Guard+Spork+Rspec

毎回、全部のspecがテストされてしまう。

これかなー。んー。

https://groups.google.com/forum/?fromgroups=#!topic/guard-dev/t1xxZpI5oWA

Guard起動時にエラーがでる。

こんな感じ。

Could not start Spork server for RSpec, Test::Unit after 30 seconds. I will continue waiting for a further 60 seconds

https://github.com/guard/guard-spork/issues/48

に書いてるけどwaitを指定する事が出来るみたいなんで、wait => 5とか指定したらうまくいった用な気がする。

Guard起動時に全テストが走る

これはrspecの設定に :all_on_start => false を追加。

https://github.com/guard/guard-rspec#list-of-available-options