both rake spec and spec itself expect a spec file to be named *_spec.rb, not *.spec
On Fri, Aug 27, 2010 at 12:42 PM, theLemcke <[email protected]> wrote: > I have an unusual problem. I'm adding test coverage to my project, > and I'd like to be able to run "rake spec" to run all the tests in > the /spec folder of the app, but whenever I use the commands "spec > spec" or "rake spec" I get no return value (rubymine returns "no tests > found" if I use that). However, spec spec/*.spec works, and running > the individual specs work. Any insight would be greatly appreciated. > > > -Chris Lemcke > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > -- // anything worth taking seriously is worth making fun of // http://blog.devcaffeine.com/
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
