I am new to Ruby on Rails and testing. When I run rake test I get the following error:
rake test
/Users/jarvis/.rvm/gems/ruby-1.9.2-p180@rails3tutorial/gems/r
Edit your Gemfile so that the gem is specified under the test group, like so:
group :test do gem "minitest" end
(Posting the solution that the OP edited into the question, but did not post as an answer)