Displaying 1 result from an estimated 1 matches for "listing_spec".
2007 May 21
4
slow execution times using spec_server
...;m seeing strange behaviour when running specs using spec_server.
They take longer to execute, and it looks like none of examples are
being run. here''s the output for a simple spec file using just the
spec command:
----------
foo at holly:~/rails/allison$ time ruby/script spec spec/models/listing_spec.rb
......
Finished in 0.060469 seconds
6 examples, 0 failures < ---
real 0m1.850s
user 0m1.500s
sys 0m0.276s
----------
here''s the same spec file run using the -X option (and spec_server running):
----------
foo at holly:~/rails/allison$ time ruby/script spec spec/models...