Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Be sure to call SimpleCov.start. Current coverage is > 93%. Setting m…
Browse files Browse the repository at this point in the history
…in to 90%.
  • Loading branch information
jdee committed Oct 17, 2017
1 parent 852830c commit 05a7592
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
require "simplecov"
require "rspec/simplecov"

SimpleCov.minimum_coverage 90
SimpleCov.start

require 'branch_io'

require "vcr"
Expand Down

0 comments on commit 05a7592

Please sign in to comment.