From 17ac677a2d8383812769640bcc15bd82141f29ee Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Fri, 19 Oct 2007 02:51:44 +0000 Subject: typo in test name git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7977 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/migration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') 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, {}) -- cgit v1.2.3