[rspec-users] rspec "output which test it is running before running it"
rogerdpack
rogerpack2005 at gmail.com
Thu Feb 25 10:29:14 EST 2010
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"
.
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
More information about the rspec-users
mailing list