rspec显示负时间

map*_*ap7 5 ruby time rspec

我在ruby 1.9.3p0上使用rspec 2.8.1运行rails 3.2.1,并且在运行我的测试时它显示负时间值.这很烦人,因为我正在尝试优化我的测试.

Running: spec/models/transaction_spec.rb
................................................

Finished in -7603162.49414 seconds
Run Code Online (Sandbox Code Playgroud)

我已经尝试将rspec更新到2.9.0,但这没有帮助.

Aus*_*tin 12

你在使用timecop宝石吗?Timecop.return冷冻后确保你.无论是那个,还是你在某个地方存在日期/时间方法.