Skip to content

Commit

Permalink
Update Contributing.md - talks about minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrazo authored May 20, 2018
1 parent d8f1f50 commit db8cdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you are not familiar with Rubocop, spend some time studying their page and a

4. Please 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
a test!
a test! We use [Minitest](https://github.com/seattlerb/minitest) in this project. If you're not familiar with Minitest and are comfortable with Rspec, please ask a collaborator to review your PR.

5. Make the test pass. Always use `sample`, `shuffle`, and `rand` from
the Base class (just like the rest of the code) rather than
Expand Down

0 comments on commit db8cdc7

Please # to comment.