Skip to content

Commit

Permalink
Merge pull request #287 from rhannequin/rake-test-and-not-rake-spec
Browse files Browse the repository at this point in the history
Rename `rake spec` with `rake test` in documentation
  • Loading branch information
hsbt authored Feb 18, 2024
2 parents 741fb93 + c9aa2a5 commit 036f929
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 036f929

Please sign in to comment.