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 b023b16 commit f03be8aCopy full SHA for f03be8a
spec/coverage_for_eval_spec.rb
@@ -19,7 +19,7 @@
19
let(:command) { "bundle e ruby eval_test.rb" }
20
21
it "records coverage for erb" do
22
- expect(@stdout).to include(" 2 / 3 LOC")
+ expect(@stdout).to include("Line Coverage: 66.67% (2 / 3)")
23
end
24
25
0 commit comments