diff --git a/lib/vegetable_glue/routes.rb b/lib/vegetable_glue/routes.rb index 46583b6..eed78e6 100644 --- a/lib/vegetable_glue/routes.rb +++ b/lib/vegetable_glue/routes.rb @@ -13,7 +13,6 @@ class ActionDispatch::Routing::Mapper params = Hash[URI.decode_www_form(env['QUERY_STRING'])] DatabaseCleaner.clean_with :truncation - DatabaseCleaner.clean_with :deletion if params[:scenario] Rails.logger.info "Cleaning database for #{params[:scenario]}"