On Feb 25, 2010, at 9:29 AM, rogerdpack <[email protected]> wrote:
I'm trying to find a spec parameter that will do something like the following $ spec file.spec Spec: running "it should pass spec x" . Spec: running "it should pass spec y" .
In rspec-1: spec spec --format nested In rspec-2; rspec spec --format doc HTH, David
That type of thing. The use case is that "one" of my tests is outputting some weird stuff and I want to narrow down on which one it is easily. Does such a thing exist? If not would a patch for it be welcome? Thanks. -r _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
