Install the integration test setup, and specify a path inside the project directory. Using a path inside spec/resources does not work, however, as one of the gem dependencies bundles their specs, and they
get included in the default spec path.
The nested bundle run installs binstubs so that we can execute rake without the extra bundle exec overhead.
Install the integration test setup, and specify a path inside the project directory. Using a path inside spec/resources does not work, however, as one of the gem dependencies bundles their specs, and they get included in the default spec path.
The nested bundle run installs binstubs so that we can execute rake without the extra bundle exec overhead.