I’m using Rspec with Ruby 2.2.2 and Rails 4.2.
I get this error while creating builds on CircleCI:
git://github.com/seuros/capistrano-sidekiq.git (at master) is not yet checked out. Run bundle install
first. Action failed: rake db:create db:migrate sunspot:solr:start
I tried debugging with SSH. bundle install works fine there. But the test again fails while creating build.