Skip to content

Commit

Permalink
Rename rake spec with rake test in documentation
Browse files Browse the repository at this point in the history
`rake spec` is not defined in Rake tasks (`rake -T`).

`rake test` runs the tests.

This updates the documentation to help newcomers to run the test suite
locally.
  • Loading branch information
rhannequin committed Feb 16, 2024
1 parent 741fb93 commit c9aa2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TODO: Write usage instructions here
## Development

After checking out the repo, run `bin/setup` to install dependencies.
Then, run `rake spec` to run the tests.
Then, run `rake test` to run the tests.
You can also run `bin/console` for an interactive prompt that
will allow you to experiment.

Expand Down

0 comments on commit c9aa2a5

Please sign in to comment.