On 8 Oct 2007, at 17:26, David Chelimsky wrote: > On Oct 8, 2007, at 11:14 AM, Scott Taylor wrote: >> escher: ./script/spec spec/models/item_spec.rb >> >> Finished in 8.0e-06 seconds >> >> 0 examples, 0 failures >> ./script/spec:4:in `run': wrong number of arguments (3 for 1) >> (ArgumentError) >> from ./script/spec:4 > I've got more work to do, but this problem is solved and committed. > You should be able to svn up, script/generate rspec, and be off and > running.
I didn't see this 'wrong number of arguments' problem, but I'm getting something similar in autotest: tom:~/code$ autotest loading autotest/rails_rspec/usr/local/bin/ruby -S script/spec -O spec/spec.opts [...] Finished in 3.768694 seconds 522 examples, 0 failures, 23 pending Finished in 1.0e-05 seconds 0 examples, 0 failures The second "Finished in.." is repeated every time specs are rerun, and it's always 0/0/green (even when there are failures), which naturally is messing with my mojo a little, not to mention my Growl notifications. Everything's up to date (RSpec trunk, ZenTest 3.6.1, just did script/generate rspec). Is this problem related to Scott's? Cheers, -Tom _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users