From a635ab1d4aeff60b73555236dd9e4539b9190d73 Mon Sep 17 00:00:00 2001 From: kmalick Date: Thu, 31 Oct 2024 19:13:10 -0400 Subject: [PATCH] Removing coverall --- spec/spec_helper.rb | 2 -- test/test_helper.rb | 2 -- 2 files changed, 4 deletions(-) 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'