Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages