Fix typo in migration test.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6434 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper
2007-03-16 08:26:45 +00:00
parent db69c9c12a
commit bcff10adec

View File

@@ -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