スポークレールキャストのビデオをフォローしましたが、ガードを実行しようとすると次のエラーが発生します。
Guard is now watching at '/Users/m/work/'
Starting Spork for Test::Unit & RSpec
Couldn't find a supported test framework that begins with 'testunit'
Supported test frameworks:
( ) Cucumber
(*) RSpec
Legend: ( ) - not detected in project (*) - detected
Using RSpec
Preloading Rails environment
Loading Spork.prefork block...
Spork is ready and listening on 8989!
--> ERROR: Could not start Spork server for Test::Unit & RSpec. Make sure you can use it manually first.
Guard::RSpec is running, with RSpec 2!
Running all specs
sporkサーバーは正常に起動し、エラーが発生して続行しようとしているようです。:waitオプションを120秒にしてみましたが、それでも同じ問題が発生します。
ガードとガードスポークなしでテストを実行すると、スポークは正常に動作します
環境:
- Mac OSX
- レール(3.1.1)
- ガード(0.8.8)
- guard-rspec(0.5.4)
- スポーク(0.9.0.rc9)
- ガードスポーク(0.3.1)
この問題をデバッグするにはどうすればよいですか?どこから始めたらいいのかわからない。