Skip to content

Commit

Permalink
process_result no longer relies on result? as order was changed (#726)
Browse files Browse the repository at this point in the history
This is an error after merging 2 decent PRs that passed in
isolation but not when merged together :)
  • Loading branch information
PragTob committed Jun 25, 2019
1 parent 9665035 commit d911544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/simplecov_spec.rb
Expand Up @@ -176,7 +176,6 @@
describe ".process_result" do
before do
expect(SimpleCov).to receive(:result_exit_status).and_return SimpleCov::ExitCodes::MINIMUM_COVERAGE
expect(SimpleCov).to receive(:result?).and_return true
end
context "when the final result process" do
let(:result) { double(SimpleCov::Result, :covered_percent => 0.0) }
Expand Down

0 comments on commit d911544

Please sign in to comment.