While running some specs of a new fresh Rails 3.1 project with latest Rspec, I'm getting some strange time reporting (using --drb and spork):

Finished in 731.67 seconds
10 examples, 0 failures

But it actually run "time rake" in less than 2s. "time rspec" runs in about 0.2s.

The finished time is always increasing. How do I reset the time on each run with Spork?

Yes, I know it is more likely to be a Spork-specific issue, but maybe there are other Rspec users here using Spork that have already some solution to this.

Cheers,

Rodrigo.

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to