Jenkins の運用コストが勿体無いから CI サービスを使うべき
- 2018 1/16
CircleCI 2.0 + Ruby on Rails 5.x で bundle exec rspec コマンドでテストケースを実行させると、以下のようなエラーが発生しました。
bundler: failed to load command: rspec (/home/circleci/yourapp/vendor/bundle/ruby/2.4.0/bin/rspec) NoMethodError: undefined method `captures' for nil:NilClass |
無事に解決できたので、その修正方法をご紹介します。
CircleCI へ GitHub Organization を追加する方法がわかりにくくて 30 分ぐらい各ページを彷徨って、やっと Organization を追加できたので、その手順をご紹介します。