Skip to content

Instantly share code, notes, and snippets.

@tdouce
Last active August 29, 2015 14:03
Show Gist options
  • Save tdouce/50b01d07bdc2995e8f43 to your computer and use it in GitHub Desktop.
Save tdouce/50b01d07bdc2995e8f43 to your computer and use it in GitHub Desktop.
# config/environments/test.rb
YourApplication::Application.configure do
...
config.remote_database_cleaner_home_rails.enable = true
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment