diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 4a4145826..42008af75 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -13,8 +13,6 @@ # it. # # See https://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration -require 'coveralls' -Coveralls.wear! RSpec.configure do |config| # rspec-expectations config goes here. You can use an alternate diff --git a/test/test_helper.rb b/test/test_helper.rb index b35b9dd1e..d5300f88c 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,3 @@ -require 'coveralls' -Coveralls.wear!('rails') ENV['RAILS_ENV'] ||= 'test' require_relative '../config/environment' require 'rails/test_help'