tags:

views:

15

answers:

1

I got the following my rspec.rake file, yet it doesn't treat ** as it should - iteration through all subdirectories of spec/qa, but instead it only finds relevant files that are one level down.

script/runner ./vendor/gems/rspec-1.2.8/bin/spec --options "./spec/qa/spec.opts" ./spec/*/_spec.rb

Thank you much, Masha

A: 

it seems to have posted incorrectly, the path in question is:

./spec/qa/[double-asterisk]/*_spec.rb