Skip to content

jurinco/tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby and Rails Tutorial Application

Ruby On Rails Tutorial by OSD

ERROR - Could not load 'guard/rspec' or' ' find class Guard::Rspec

This error spent a more hours, and i found true way

$ cd $ vim Gemfile

instead of gem 'guard-rspec', '2.5.0' replace on gem 'guard-rspec', '4.6.0'

instead of gem 'rspec-rails', '2.13.1' replace on gem 'rspec-rails', '3.3.2'

And

$ bundle update $ bundle exec guard init rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published