[Rspec-devel] Rake, recursive directories
Jay Levitt
lists-rspec at shopwatch.org
Wed Jun 7 07:12:52 EDT 2006
aslak hellesoy wrote:
> rspec already has recursive support
>
> spec spec -f s
Hmm, not with 5.6, on either Cygwin or Mandrake Linux...
$ spec spec
Finished in 0.0 seconds
0 contexts, 0 specifications, 0 failures
$ spec spec/*
.F.
1)
ExpectationNotMetError in 'The MainController should have more
specifications'
not enough specs
./spec/controllers/main_controller_spec.rb:13:in `should have more
specifications'
/usr/lib/ruby/gems/1.8/gems/rspec_generator-0.5.6/lib/rspec_on_rails.rb:33:in
`run'
/usr/lib/ruby/gems/1.8/gems/rspec_generator-0.5.6/lib/rspec_on_rails.rb:31:in
`run'
Finished in 0.349 seconds
2 contexts, 3 specifications, 1 failure
I'll file a bug report.
Jay
More information about the Rspec-devel
mailing list