[Rspec-devel] Rake, recursive directories
aslak hellesoy
aslak.hellesoy at gmail.com
Wed Jun 7 00:04:14 EDT 2006
On 6/6/06, Jay Levitt <lists-rspec at shopwatch.org> wrote:
> >> How do I get "rake spec" to show me format=specdoc?
> >>
> >
> > You'll have to tweak lib/tasks/rspec.rake
>
> Ah, thanks.. looks like simply running "spec spec/* -f s" is much, much
> faster than launching rake to relaunch ruby.
>
rspec already has recursive support
spec spec -f s
> So I set about trying to add recursive directory support, so that I
> could just type "spec spec -f s", but I can't follow where the file is
> opened. It looks like it's in tool/command_line.rb, but that's talking
> about source and destination files and dirs, which is confusing in this
> context. Is translator just an overly-generic pattern being called into
> play, or something else I'm missing?
>
the tool_command_line.rb code is only for the test2rspec translator -
a red herring!
aslak
> What I wouldn't give for a proper step-through debugger for Ruby!
>
> Jay
>
> _______________________________________________
> Rspec-devel mailing list
> Rspec-devel at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-devel
>
More information about the Rspec-devel
mailing list