Skip to content

Commit

Permalink
Explicitly require database_cleaner gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed May 7, 2024
1 parent cf08e5b commit 4e7e995
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/support/database_cleaner.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "database_cleaner/active_record"

# See the docs here: https://www.rubydoc.info/github/DatabaseCleaner/database_cleaner
RSpec.configure do |config|
config.before(:suite) do
Expand Down

0 comments on commit 4e7e995

Please sign in to comment.