Skip to content

Instantly share code, notes, and snippets.

@tdouce
Last active August 29, 2015 14:03
Show Gist options
  • Save tdouce/5a16eb502614d1c0410e to your computer and use it in GitHub Desktop.
Save tdouce/5a16eb502614d1c0410e to your computer and use it in GitHub Desktop.
# spec/spec_helper.rb` in client
RSpec.configure do |config|
config.before(:suite) do
RemoteDatabaseCleaner.clean
end
config.after(:each) do
RemoteDatabaseCleaner.clean
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment