Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Recommend using "bundle exec" just in case
Browse files Browse the repository at this point in the history
This avoids issues like this one: teamcapybara/capybara#585
  • Loading branch information
joliss authored and halogenandtoast committed Jan 13, 2012
1 parent e2c103c commit 7fe06e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -3,7 +3,7 @@ We love pull requests. Here's a quick guide:
1. Fork the repo.

2. Run the tests. We only take pull requests with passing tests, and it's great
to know that you have a clean slate: `bundle && rake`
to know that you have a clean slate: `bundle && bundle exec rake`

3. Add a test for your change. Only refactoring and documentation changes
require no new tests. If you are adding functionality or fixing a bug, we need
Expand Down

0 comments on commit 7fe06e9

Please sign in to comment.