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). Ho
Thanks a lot, that fixed it. Sorry about the double post, btw.
On Sep 2, 3:03 pm, theLemcke wrote:
> I ran this install
> guide:http://www.robbyonrails.com/articles/2008/01/22/installing-ruby-on-ra...
>
> Then generated a rails app, and ran 'script/generate rspec'
I ran this install guide:
http://www.robbyonrails.com/articles/2008/01/22/installing-ruby-on-rails-and-postgresql-on-os-x-third-edition
Then generated a rails app, and ran 'script/generate rspec' and
'script/generate rspec_model Note'
When I try to spec note_spec.rb I get this error:
/Users/sixt
So I began with this setup:
http://www.robbyonrails.com/articles/2008/01/22/installing-ruby-on-rails-and-postgresql-on-os-x-third-edition
Created a basic rails setup, ran 'script/generate rspec' and 'script/
generate rspec_model Note' and tried to run 'note_spec.rb' and I
encountered this error: