Closed deeeki closed 10 years ago
Reproducing example:
RSpec.configure do |config| config.after :suite do DatabaseRewinder.clean_all end end
Then running rspec will delete records even in schema_migrations.
Reproducing example:
Then running rspec will delete records even in schema_migrations.