Skip to content

Commit 4e951bf

Browse files
committed
fix root dir for spec tests
1 parent 5eea217 commit 4e951bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/unit/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
COV_DIR = File.expand_path("../../coverage", File.dirname(__FILE__))
2525

26-
SimpleCov.root File.expand_path("..", File.dirname(__FILE__))
26+
SimpleCov.root File.expand_path("../../", File.dirname(__FILE__))
2727
SimpleCov.coverage_dir COV_DIR
2828

2929
SimpleCov.formatters = [

0 commit comments

Comments
 (0)