Skip to content

Commit 7807494

Browse files
committed
Update documentation [skip ci]
1 parent c722eb2 commit 7807494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bundle install
2222
1. Install development dependencies as outlined above.
2323
1. Create a feature branch for the code changes you're looking to make: `git checkout -b my-new-feature`.
2424
1. _Write some code!_
25-
1. If your changes would benefit from testing, add the necessary tests and verify everything passes by running `bundle exec rspec`.
25+
1. If your changes would benefit from testing, add the necessary tests and verify everything passes by running `bin/ci`.
2626
1. Commit your changes: `git commit -am 'Add some new feature or fix some issue'`. _(See [this excellent article](https://chris.beams.io/posts/git-commit/) for tips on writing useful Git commit messages.)_
2727
1. Push the branch to your fork: `git push -u origin my-new-feature`.
2828
1. Create a new [pull request][pulls] and we'll review your changes.

0 commit comments

Comments
 (0)