diff --git a/Gemfile b/Gemfile index 09666fa..063b5b3 100644 --- a/Gemfile +++ b/Gemfile @@ -43,9 +43,6 @@ group :development, :test do gem 'rubocop-rails', require: false gem 'rubocop-rspec', require: false - # Explicitly adding RuboCop in case of custom configurations - gem "rubocop", require: false - # Use sqlite3 as the database for Active Record gem 'sqlite3' diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 7158484..76d8a02 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -63,7 +63,7 @@ config.filter_rails_from_backtrace! # arbitrary gems may also be filtered via: # config.filter_gems_from_backtrace("gem name") - # + # SimpleCov.start 'rails' do add_filter '/spec/' end