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?
David Chelimsky
2010-Jan-16 12:59 UTC
[rspec-users] Specs fail in rake spec but not command R
On Sat, Jan 16, 2010 at 12:23 AM, jko170 <jko170 at gmail.com> 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/get-in-touch and help us help you by providing some context. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100116/2b624cbd/attachment.html>
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 <dchelim... at gmail.com> wrote:> On Sat, Jan 16, 2010 at 12:23 AM, jko170 <jko... at gmail.com> 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 readhttp://wiki.github.com/dchelimsky/rspec/get-in-touchand help us > help you by providing some context. > > _______________________________________________ > rspec-users mailing list > rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users