minitest
https://github.com/minitest/minitest
Ruby
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.
Trends::PreviewCardProviderBatch#reject!
No Docs, write some!
Edit
git clone [email protected]:minitest/minitest.git
cd minitest
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Trends--PreviewCardProviderBatch-reject--for-pr
# Commit to gitgit add git commit -m "better docs for Trends::PreviewCardProviderBatch#reject!"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Trends--PreviewCardProviderBatch-reject--for-pr
hub pull-request
# Celebrate!