spec/unit/battlenet_authentication_spec.rb in battlenet-1.1.0 vs spec/unit/battlenet_authentication_spec.rb in battlenet-1.1.1
- old
+ new
@@ -3,10 +3,10 @@
describe Battlenet::Authentication do
let(:auth) { Battlenet::Authentication.new 'private' }
before(:each) do
- time = Time.local 2011, 11, 4, 20, 36, 24
+ time = Time.utc 2011, 11, 5, 3, 36, 24
Timecop.freeze(time)
end
after(:each) do
Timecop.return