Commit 9292750d by Brian John Committed by Jon Yurek

Ensure that the correct gemset is included when running tests. Without this on…

Ensure that the correct gemset is included when running tests. Without this on my machine the  command would simply exit with no output
parent b0f8de83
...@@ -6,7 +6,7 @@ We love pull requests. Here's a quick guide: ...@@ -6,7 +6,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment