$ rails generate rspec:install
/Users/AlbertoRDZ/Desktop/rails_projects/sample_app/config/application.rb:7:in `<top (required)>': undefined method `groups' for Rails:Module (NoMethodError)
from /Users/AlbertoRDZ/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.0.9/lib/rails/commands.rb:15:in `require'
from /Users/AlbertoRDZ/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.0.9/lib/rails/commands.rb:15:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
-
Questions dealing with the same symptom: stackoverflow.com/questions/6822904/… and stackoverflow.com/questions/7463642/…. Not sure whether to close because I can't tell whether the answers are applicable, but they might be of help.millimoose– millimoose2011-10-31 23:15:53 +00:00Commented Oct 31, 2011 at 23:15
Add a comment
|