Hi,
I have added the gem to my rails Gemfile and ran the bundle install. And when I try to bundle 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.
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/50it shows:command not found: rspec_boosterHowever 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.