(asked this yesterday on #rspec, no response...)

Am I missing something obvious about --pattern? It seems to only run the first spec that matches the pattern; I expected it to run all that match.

I tried:
spec spec/models --pattern line_item
spec spec/models --pattern \*line_item\*
spec spec/models --pattern '*line_item*'

all to no avail...

Maybe I'll go look at the source.  That would be a concept.

dwh

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to