We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4183878 commit b023b16Copy full SHA for b023b16
spec/coverage_for_eval_spec.rb
@@ -16,7 +16,7 @@
16
end
17
18
context "foo" do
19
- let(:command) { "ruby eval_test.rb" }
+ let(:command) { "bundle e ruby eval_test.rb" }
20
21
it "records coverage for erb" do
22
expect(@stdout).to include(" 2 / 3 LOC")
0 commit comments