spec/support/sqlite_seed.rb in bullet-4.8.0 vs spec/support/sqlite_seed.rb in bullet-4.9.0
- old
+ new
@@ -222,14 +222,8 @@
t.column :category_id, :integer
end
end
end
- def teardown_db
- ActiveRecord::Base.connection.tables.each do |table|
- ActiveRecord::Base.connection.drop_table(table)
- end
- end
-
extend self
end
end