Unverified Commit 93b62fd5 authored by Dimitris Koutsogiorgas's avatar Dimitris Koutsogiorgas Committed by GitHub

Merge pull request #7257 from KrauseFx/patch-2

Add information about how to run tests
parents 445c8f28 7beb0e7d
......@@ -75,6 +75,10 @@ Code/comments should adhere to the following rules:
* All changes require test coverage to ensure it does not break during refactor
work. (There are a few exceptions to this, which can be recognised by there
not being any coverage for similar code.)
* CocoaPods uses [bacon](https://github.com/chneukirchen/bacon) as a test runner.
To run all tests, use `bundle exec rake spec` in the root of the
[Rainforest repo](https://github.com/CocoaPods/Rainforest). If you want to run
a specific test instead, use `bundle exec bacon spec/[folder]/[name]_spec.rb`
* All enhancements and bug fixes need to be documented in the CHANGELOG.
* When writing comments, use properly constructed sentences, including
punctuation.
......
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