Re: [rspec-users] Specs fail in rake spec but not command R

2010-01-16 Thread jko170
My code stubs Time.current by using mocha and Time.parse ('1984-01-28'). I fixed the problem by using Time.zone.parse ('1984-01-28'). Thank you for the reply. On Jan 16, 4:59 am, David Chelimsky wrote: > On Sat, Jan 16, 2010 at 12:23 AM, jko170 wrote: > > Surely I cannot be the only one experie

Re: [rspec-users] Specs fail in rake spec but not command R

2010-01-16 Thread David Chelimsky
On Sat, Jan 16, 2010 at 12:23 AM, jko170 wrote: > Surely I cannot be the only one experiencing this issue. > > I have some code that is "time/date sensitive". > > Why do some specs fail when I run rake spec, but they do not when I > use command R? > Please read http://wiki.github.com/dchelimsky/

[rspec-users] Specs fail in rake spec but not command R

2010-01-16 Thread jko170
Surely I cannot be the only one experiencing this issue. I have some code that is "time/date sensitive". Why do some specs fail when I run rake spec, but they do not when I use command R? ___ rspec-users mailing list rspec-users@rubyforge.org http://rub