Skip to content

Commit 2b3d139

Browse files
committed
README: fix instructions for running tests
1 parent 558b27c commit 2b3d139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ By default, the siret validator may emit two different error messages:
6262

6363
## Development
6464

65-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests.
65+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rake test` to run the tests.
6666

6767
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `siret_validator.gemspec`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
6868

0 commit comments

Comments
 (0)