GMT to UTC in spec for 1.8.7

This commit is contained in:
Adam Meehan 2009-12-11 15:18:22 +11:00
parent f41016af93
commit 40369efdff

View File

@ -94,7 +94,7 @@ describe ValidatesTimeliness::ActiveRecord::AttributeMethods do
@person.birth_date_and_time = time_string
@person.save
@person.reload
@person.birth_date_and_time.strftime('%Y-%m-%d %H:%M:%S %Z').should == time_string + ' GMT'
@person.birth_date_and_time.strftime('%Y-%m-%d %H:%M:%S %Z').should == time_string + ' UTC'
end
else