On Wed, Aug 26, 2009 at 12:38 AM, Masha<[email protected]> wrote: > Hi, > > I have the following in my rspec.rake file, yet it doesn't treat ** as > it should - iterating 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/qa/**/*_spec.rb
Try just ./spec/qa. Also, script/spec would be simpler: script/spec --options ./spec/qa/spec.opts ./spec/qa HTH, David > > Thank you much, Masha > _______________________________________________ > 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
