We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa99991 commit ce91a4fCopy full SHA for ce91a4f
config/initializers/cypress_on_rails.rb
@@ -41,5 +41,5 @@
41
# end
42
43
require 'extensions/database_cleaner-activerecord-seeded_deletion'
44
- DatabaseCleaner[:active_record].strategy = DatabaseCleaner::ActiveRecord::SeededDeletion.new(:pre_count => true, :except => %w[audit_events sessions])
+ DatabaseCleaner[:active_record].strategy = DatabaseCleaner::ActiveRecord::SeededDeletion.new(:pre_count => true, :except => %w[audit_events notifications notification_recipients sessions])
45
end
0 commit comments