Skip to content

Commit

Permalink
Merge pull request #1495 from alphagov/move-rspec-sidekiq
Browse files Browse the repository at this point in the history
Move `rspec-sidekiq` to test group
  • Loading branch information
brucebolt committed Sep 23, 2024
2 parents ca0057a + ea5cfc9 commit e0a2f7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ group :development, :test do
gem "pact", require: false
gem "pact_broker-client", require: false
gem "rspec-rails"
gem "rspec-sidekiq"
gem "rubocop-govuk"
gem "simplecov"
gem "webmock", require: false
Expand All @@ -41,3 +40,7 @@ end
group :development do
gem "listen"
end

group :test do
gem "rspec-sidekiq"
end

0 comments on commit e0a2f7c

Please sign in to comment.