Skip to content

Commit b023b16

Browse files
committed
Use bundler to make sure which version of simplecov-html we run
1 parent 4183878 commit b023b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/coverage_for_eval_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
end
1717

1818
context "foo" do
19-
let(:command) { "ruby eval_test.rb" }
19+
let(:command) { "bundle e ruby eval_test.rb" }
2020

2121
it "records coverage for erb" do
2222
expect(@stdout).to include(" 2 / 3 LOC")

0 commit comments

Comments
 (0)