fix root dir for spec tests
This commit is contained in:
Родитель
5eea217f4e
Коммит
4e951bf157
|
@ -23,7 +23,7 @@ require "webmock/rspec"
|
|||
|
||||
COV_DIR = File.expand_path("../../coverage", File.dirname(__FILE__))
|
||||
|
||||
SimpleCov.root File.expand_path("..", File.dirname(__FILE__))
|
||||
SimpleCov.root File.expand_path("../../", File.dirname(__FILE__))
|
||||
SimpleCov.coverage_dir COV_DIR
|
||||
|
||||
SimpleCov.formatters = [
|
||||
|
|
Загрузка…
Ссылка в новой задаче