bebanjo / delorean

DISCONTINUED - Delorean lets you travel in time with Ruby by mocking Time.now
MIT License
454 stars 25 forks source link

Fix Date.today specs with Ruby 1.9.3 #9

Closed mutru closed 12 years ago

mutru commented 12 years ago

Ruby now has a C implementation of most Date methods, and after 1.9.3 stubbing Time.now doesn't affect Date.today.

jasoncodes commented 12 years ago

+1 This patch fixes Delorean for me on Ruby 1.9.3-p0.

porras commented 12 years ago

@mutru, just merged your fork and will release a new gem version in some minutes.

Thank you very much!