2016-07-26 13 views
1

私のテストで--bisectオプション(https://relishapp.com/rspec/rspec-core/docs/command-line/bisect)を使いたかったのにうまくいかなかった。--bisectにRspecが無効なオプションを投げる

$ rspec --bisect=verbose 
invalid option: --bisect=verbose 

$ rspec --bisect 
invalid option: --bisect 

$ rspec --seed 1234 --bisect 
invalid option: --bisect 

なぜ機能していないのか理解してもらえますか?ここで変更履歴に見られるよう

+0

どのrspecのバージョンを使用していますか? – sevenseacat

+0

@sevenseacat rspecのバージョンは3.1.0です –

答えて

関連する問題