From bcff10adeccca10c75ef3c9539deb039c0bd775c Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 16 Mar 2007 08:26:45 +0000 Subject: Fix typo in migration test. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6434 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 edbea9aa78..08b7fc343f 100644 --- a/activerecord/test/migration_test.rb +++ b/activerecord/test/migration_test.rb @@ -303,7 +303,7 @@ if ActiveRecord::Base.connection.supports_migrations? end # Test DateTime column and defaults, including timezone. - # FIXME: momemnt of truth is Time on 64-bit platforms. + # FIXME: moment of truth may be Time on 64-bit platforms. if bob.moment_of_truth.is_a?(DateTime) assert_equal DateTime.now.offset, bob.moment_of_truth.offset assert_not_equal 0, bob.moment_of_truth.offset -- cgit v1.2.3