You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got a simple test case that works with timecop version 0.5.5, but not with newer versions under Rails 3.2.10 and Ruby 1.8.
The same test works with Ruby 1.9.
Failure/Error: Timecop.freeze(2011,1,23) do
TypeError:
can't convert ActiveSupport::TimeWithZone into time
Got a simple test case that works with timecop version 0.5.5, but not with newer versions under Rails 3.2.10 and Ruby 1.8.
The same test works with Ruby 1.9.
The text was updated successfully, but these errors were encountered: