Skip to content

Commit

Permalink
Add missing command from CONTRIBUTING guide
Browse files Browse the repository at this point in the history
Running the rspec tests require first running the `spec_prep` rake
command. This wasn't documented. An argument can be made for it being
'common knowledge', but that goes out the window with the 'all in one
solution' for using bundler.
  • Loading branch information
stevenpost committed Mar 13, 2024
1 parent e6a509f commit d9d3eb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions moduleroot/.github/CONTRIBUTING.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ environment variable:
BUNDLE_JOBS="$(nproc)"
```

Prepare to run tests:
```sh
bundle exec rake spec_prep
```

### Note for OS X users

`nproc` isn't a valid command under OS x. As an alternative, you can do:
Expand Down

0 comments on commit d9d3eb6

Please sign in to comment.