1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix failing test under sqlite3

This commit is contained in:
Akira Matsuda 2013-01-07 08:23:15 +09:00
parent 3c21237c37
commit 813e4cc142

View file

@ -24,7 +24,7 @@ class MigrationTest < ActiveRecord::TestCase
def setup
super
%w(reminders people_reminders prefix_reminders_suffix).each do |table|
%w(reminders people_reminders prefix_reminders_suffix p_things_s).each do |table|
Reminder.connection.drop_table(table) rescue nil
end
Reminder.reset_column_information