Repository URL to install this package:
|
Version:
4.0.0.pre.3 ▾
|
require 'database_cleaner'
RSpec.configure do |config|
config.around(:each) do |spec|
DatabaseCleaner.cleaning do
spec.run
end
end
end