amatsuda / database_rewinder

minimalist's tiny and ultra-fast database cleaner
MIT License
806 stars 92 forks source link

Except schema_migtations from chached table names to prevent unexpected deletion #11

Closed deeeki closed 10 years ago

deeeki commented 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.