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:
parent
3c21237c37
commit
813e4cc142
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue