mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
reload bob after his journy to a new timezone
This commit is contained in:
parent
c211d904ba
commit
82e389ed30
1 changed files with 1 additions and 0 deletions
|
@ -566,6 +566,7 @@ if ActiveRecord::Base.connection.supports_migrations?
|
|||
if bob.moment_of_truth.is_a?(DateTime)
|
||||
|
||||
with_env_tz 'US/Eastern' do
|
||||
bob.reload
|
||||
assert_equal DateTime.local_offset, bob.moment_of_truth.offset
|
||||
assert_not_equal 0, bob.moment_of_truth.offset
|
||||
assert_not_equal "Z", bob.moment_of_truth.zone
|
||||
|
|
Loading…
Reference in a new issue