mirror of
https://github.com/github/rails.git
synced 2026-01-30 08:48:06 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user