Sha256: 80a57944cacc3e63eb4719e793178912e31519f6145c52425537480cc1e4d54e
Contents?: true
Size: 246 Bytes
Versions: 5
Compression:
Stored size: 246 Bytes
Contents
RSpec.configure do |config| config.before(:suite) do DatabaseCleaner.strategy = :truncation end config.after(:each) do |example| if example.example_group_instance.class.metadata[:live] DatabaseCleaner.clean end end end
Version data entries
5 entries across 5 versions & 2 rubygems