We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae44b8c commit f756506Copy full SHA for f756506
spec/spec_helper.rb
@@ -14,6 +14,8 @@
14
DatabaseCleaner.strategy = :transaction
15
16
config.around(:each, db: true) do |example|
17
+ ActiveRecord::Base.connection.execute("SET search_path TO DEFAULT;")
18
+
19
DatabaseCleaner.start
20
example.run
21
DatabaseCleaner.clean
0 commit comments