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

Recommend using "bundle exec" just in case #233

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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. 1. Fork the repo.


2. Run the tests. We only take pull requests with passing tests, and it's great 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 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 require no new tests. If you are adding functionality or fixing a bug, we need
Expand Down