spec/spec_helper.rb in usps_flags-0.3.12 vs spec/spec_helper.rb in usps_flags-0.3.13

- old
+ new

@@ -1,8 +1,8 @@ require 'bundler/setup' Bundler.setup -require 'codeclimate-test-reporter' -CodeClimate::TestReporter.start +require 'simplecov' +SimpleCov.start require 'usps_flags' # Some specs contain examples that check for the custom examples from USPSFlags::Errors RSpec::Expectations.configuration.on_potential_false_positives = :nothing