Skip to content

Commit

Permalink
need environment variable set for simplecov to work. Documenting requ…
Browse files Browse the repository at this point in the history
…irement to help someone out in the future.
  • Loading branch information
erickrause committed Oct 7, 2014
1 parent 3a63323 commit b87596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -35,7 +35,7 @@ Ideally, a bug report should include a pull request with failing specs.
3. Add specs for your unimplemented feature or bug fix.
4. Run `bundle exec rake spec`. If your specs pass, return to step 3.
5. Implement your feature or bug fix.
6. Run `bundle exec rake spec`. If your specs fail, return to step 5.
6. Run `COVERAGE=true bundle exec rake spec`. If your specs fail, return to step 5.
7. Run `open coverage/index.html`. If your changes are not completely covered
by your tests, return to step 3.
8. Add, commit, and push your changes.
Expand Down

0 comments on commit b87596e

Please sign in to comment.