Skip to content

Commit

Permalink
Change Database Cleaner strategy for Mongoid
Browse files Browse the repository at this point in the history
  • Loading branch information
callumknights committed Nov 13, 2023
1 parent 8d336db commit 7c1bdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/service_consumers/pact_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def url_encode(str)
set_up do
WebMock.enable!
WebMock.reset!
DatabaseCleaner.clean_with :truncation
DatabaseCleaner.clean_with :deletion
GDS::SSO.test_user = create(:user)
AssetManager.s3 = S3Configuration.build
allow(AssetManager.s3).to receive(:fake?).and_return(false)
Expand Down

0 comments on commit 7c1bdbf

Please sign in to comment.