Could not load 'guard/rspec' or '~/.guard/templates/rspec' or find class Guard::Rspec

追記ー=====================

Gemfileの例の部分を以下に変えたら一応とおりました。

gem 'guard-rspec', require: false

========================

 

まじわかんねえ

 

[dev@localhost sample_app]$ bundle exec guard init rspec

22:20:11 - ERROR - Could not load 'guard/rspec' or '~/.guard/templates/rspec' or find class Guard::Rspec

 

関係ありそうなやつ

https://groups.google.com/forum/#!topic/guard-dev/i7gv1lcCc8A

http://stackoverflow.com/questions/18863207/newly-generated-guardfile-is-empty

https://github.com/hawx/guard-shell/issues/8

一番下のやつ見てそれっぽいとこのpermission全777にしてみたけどなんもかわらねえ

 

追記

22:31:00 - ERROR - Could not load 'guard/rspec' or' ' find class Guard::Rspec
22:31:00 - ERROR - Error is: cannot load such file -- guard/guard

 

追記

よくわかんねえから

ruby-2.0.0-p598@railstutorial_rails_4_0/

以下全部削除してもっかい

$bundle install

$ bundle exec guard init rspec
23:01:50 - ERROR - Could not load 'guard/rspec' or '~/.guard/templates/rspec' or find class Guard::Rspec

わからん><

 

もう諦めて環境構築しなおすことにしました><

Ruby on Rails チュートリアルの1章のメモにつづく><