Skip to content

Instantly share code, notes, and snippets.

@pasikonik
Created August 20, 2019 14:39
Show Gist options
  • Save pasikonik/2d081a19ecd19aded1a3ee9fc998dd1f to your computer and use it in GitHub Desktop.
Save pasikonik/2d081a19ecd19aded1a3ee9fc998dd1f to your computer and use it in GitHub Desktop.
config.around(:each, :with_database_cleaner) do |example|
DatabaseCleaner.cleaning do
example.run
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment