Skip to content

Commit

Permalink
Remove useless gems
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 16, 2024
1 parent a326d07 commit 378b102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,3 @@ gem 'rubocop-performance'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'simplecov'
gem 'simplecov-cobertura'
gem 'solargraph'

platforms :mri do
gem 'debug'
end
8 changes: 4 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# frozen_string_literal: true

require 'simplecov'
SimpleCov.start

require 'simplecov-cobertura'
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
# Start SimpleCov
SimpleCov.start do
add_filter 'spec/'
end

require 'sidekiq_alive'
require 'rspec-sidekiq'
require 'rack/test'
require 'debug'

ENV['RACK_ENV'] = 'test'
ENV['HOSTNAME'] = 'test-hostname'
Expand Down

0 comments on commit 378b102

Please sign in to comment.