Skip to content

Commit

Permalink
Fix rubocop violations
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 14, 2023
1 parent 856fb69 commit 8828979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ group :development, :test do
gem 'rspec-rails', '~> 6.0'

gem 'factory_bot_rails', '~> 6.2'
gem 'test-prof', '~> 1.0'

gem 'shoulda-matchers', '~> 5.3'

Expand All @@ -62,10 +63,6 @@ group :development do
# gem "spring"
end

group :test do
gem "test-prof", "~> 1.0"
end

gem 'graphql', '~> 2.1'

gem 'seed-fu', '~> 2.3'
Expand Down
2 changes: 1 addition & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
require 'rspec/rails'
# Add additional requires below this line. Rails is not loaded until this point!
require 'factory_bot'
require "test_prof/factory_prof/nate_heckler"
require 'test_prof/factory_prof/nate_heckler'
require 'sidekiq/testing'
Sidekiq.logger.level = Logger::WARN
# Requires supporting ruby files with custom matchers and macros, etc, in
Expand Down

0 comments on commit 8828979

Please sign in to comment.