You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ bundle install
25
25
2. Install development dependencies as outlined above.
26
26
3. Create a feature branch for the code changes you're looking to make: `git checkout -b my-new-feature`.
27
27
4._Write some code!_
28
-
5. If your changes would benefit from testing, add the necessary tests and verify everything passes by running `bundle exec rspec`.
28
+
5. If your changes would benefit from testing, add the necessary tests and verify everything passes by running `bin/rspec`.
29
29
6. Commit your changes: `git commit -am 'Add some new feature or fix some issue'`. _(See [this excellent article](https://cbea.ms/git-commit/) for tips on writing useful Git commit messages.)_
30
30
7. Push the branch to your fork: `git push -u origin my-new-feature`.
31
31
8. Create a new [Pull Request][pulls] and we'll review your changes.
0 commit comments