spec/spec_helper.rb in usps_flags-0.4.1 vs spec/spec_helper.rb in usps_flags-0.5.0
- old
+ new
@@ -2,14 +2,12 @@
require 'bundler/setup'
Bundler.setup
require 'simplecov'
SimpleCov.start
+SimpleCov.minimum_coverage(100)
require 'usps_flags'
-
-# Some specs contain examples that check for the custom examples from USPSFlags::Errors
-RSpec::Expectations.configuration.on_potential_false_positives = :nothing
RSpec.configure do |config|
config.before(:suite) do
$tmp_flags_dir = 'tmp/flags'
$tmp_alt_flags_dir = 'tmp/alt_flags'