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
on 2010-08-27 18:43
on 2010-08-27 19:46
both rake spec and spec itself expect a spec file to be named *_spec.rb, not *.spec
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.