2016-08-26 6 views
0

私は新しい料理本を作って台所で試しました。'kitchen test'コマンドが失敗しました。 'inspec'ベリファイアをロード・パスからロードできませんでした。

$ chef generate cookbook mycookbook 
$ cd mycookbook 
$ kitchen test 

結果は次のとおりです。

-----> Starting Kitchen (v1.11.1) 
>>>>>> ------Exception------- 
>>>>>> Class: Kitchen::ClientError 
>>>>>> Message: Could not load the 'inspec' verifier from the load path. Please ensure that your transport is installed as a gem or included in your Gemfile if using Bundler. 
>>>>>> ---------------------- 
>>>>>> Please see .kitchen/logs/kitchen.log for more details 
>>>>>> Also try running `kitchen diagnose --all` for configuration 

私は.kitchen/logs/kitchen.logをチェックしますが、何もありません。

答えて

0

キッチンが開始されていないことが原因です。

$ kitchen init 
関連する問題