diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/test/migration_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/migration_test.rb b/activerecord/test/migration_test.rb index e95d39ce5d..997d149737 100644 --- a/activerecord/test/migration_test.rb +++ b/activerecord/test/migration_test.rb @@ -879,7 +879,7 @@ if ActiveRecord::Base.connection.supports_migrations? end end - def test_references_column_type_with_polymarphic_adds_type + def test_references_column_type_with_polymorphic_adds_type with_new_table do |t| t.expects(:column).with('taggable_type', :string, {}) t.expects(:column).with('taggable_id', :integer, {}) |