How to solve this problem?

Could not find generator 'rspec:install'. Maybe you meant 'assets', 
'channel' or 'scaffold'





This is my Gem file:


source 'https://rubygems.org'
gem 'rails', '3.2.3'
gem 'bootstrap-sass', '2.0.0'
gem 'bcrypt-ruby', '3.0.1'
gem 'faker', '1.0.1'
gem 'will paginate', '3.0.3'
gem 'bootstrap-will paginate', '0.0.6'
group :development do
gem 'sqlite3', '1.3.5'
gem 'annotate', ' ̃> 2.4.1.beta'
end
$ git add .
$ git commit -m "Finish user edit, update, index, and destroy actions" $ 
git checkout master
$ git merge updating-users
$ git push heroku
$ heroku pg:reset SHARED DATABASE --confirm <desolate-sierra-44673> $ 
heroku run rake db:migrate
$ heroku run rake db:populate
    
424 Chapter 9: Updating, Showing, and Deleting Users
# Gems used only for assets and not required # in production environments 
by default. group :assets do
  gem 'sass-rails',   '3.2.4'
  gem 'coffee-rails', '3.2.2'
  gem 'uglifier', '1.2.3'
end
gem 'jquery-rails', '2.0.0'
group, :development :test do gem 'rspec-rails', '2.10.0' gem 'guard-rspec', 
'0.5.5' gem 'guard-spork', '0.3.2' gem 'spork', '0.9.0'
end
group :test do
gem 'capybara', '1.1.2'
gem 'factory girl rails', '1.4.0'
gem 'cucumber-rails', '1.2.1', require: false gem 'database cleaner', 
'0.7.0'
end
group :production do gem 'pg', '0.12.2'
end




Thank you.
Jonas

-- 
You received this message because you are subscribed to the Google Groups 
"rspec" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rspec+unsubscr...@googlegroups.com.
To post to this group, send email to rspec@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rspec/1bc4f934-69a6-42b9-bb8c-616a10b478e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to