Skip to content

Commit

Permalink
Time doesn't respond to new with args in 1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Oct 18, 2012
1 parent 129bf3b commit f3a6c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/buckaroo-ideal/response_spec.rb
Expand Up @@ -52,7 +52,7 @@
end

it 'has a time' do
response.time.should == Time.new(2012, 05, 22, 12, 58, 13)
response.time.should == Time.local(2012, 05, 22, 12, 58, 13)
end

it 'has a timestamp' do
Expand Down

0 comments on commit f3a6c34

Please sign in to comment.