1 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
2 index 5fcddd5..ae1a04e 100644
3 --- a/spec/spec_helper.rb
4 +++ b/spec/spec_helper.rb
7 # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
11 require 'webmock/rspec'
12 WebMock.disable_net_connect!(allow_localhost: true)
14 -SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter]
19 - minimum_coverage_by_file 26
22 # Ensure all /lib files are loaded
23 # so they will be included in the test coverage report.
24 Dir['./lib/**/*.rb'].sort.each { |file| require file }