-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bundle exec does find the command rspec_booster #75
Comments
Hi Paul, Boosters are not installed in the Ubuntu 18.04 platform by default. They need to be installed manually. The manual installation is done with |
Hi Paul, We've included the gem |
Oh I am not running the pipeline on semaphore ci. I am running it in GitLab using this example: https://docs.gitlab.com/ee/ci/yaml/#parallel I forgot to mention it in the first post, sorry. |
@paul-mesnilgrente I'm having the same problem. It looks like one of the published version of You need to explicitly install version |
I'm having the same issue, but need 2.7 because of the thor dependency. @csidyel is it possible to release a new version with the binstubs included? |
Just wondering if there has been any resolution on this for apps running 2.7? |
Hi,
I have added the gem to my rails Gemfile and ran the
bundle install
. And when I try tobundle exec rspec_booster --job 1/50
it shows:command not found: rspec_booster
However when I
gem install semaphore_test_boosters
, the executables are now available. Is it something to be expected? I couldn't see in the docs how to generate those executables to be found by bundler.The text was updated successfully, but these errors were encountered: