Skip to content

Commit

Permalink
Merge pull request #1 from corsonknowles/patch-2
Browse files Browse the repository at this point in the history
Update coverage_for_eval_spec.rb
  • Loading branch information
corsonknowles authored Nov 2, 2024
2 parents 8315047 + 20da95c commit 66ce2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/coverage_for_eval_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
let(:command) { "ruby eval_test.rb" }

it "records coverage for erb" do
expect(@stdout).to include(" 2 / 3 LOC")
expect(@stdout).to include("Line Coverage: 66.67% (2 / 3)")
end
end
end
Expand Down

0 comments on commit 66ce2c5

Please sign in to comment.