Skip to content

Commit f03be8a

Browse files
committed
Coverage report format has been changed
via simplecov-ruby/simplecov-html#125
1 parent b023b16 commit f03be8a

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
@@ -19,7 +19,7 @@
1919
let(:command) { "bundle e ruby eval_test.rb" }
2020

2121
it "records coverage for erb" do
22-
expect(@stdout).to include(" 2 / 3 LOC")
22+
expect(@stdout).to include("Line Coverage: 66.67% (2 / 3)")
2323
end
2424
end
2525
end

0 commit comments

Comments
 (0)