Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
93b62fd5
Unverified
Commit
93b62fd5
authored
Dec 05, 2017
by
Dimitris Koutsogiorgas
Committed by
GitHub
Dec 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7257 from KrauseFx/patch-2
Add information about how to run tests
parents
445c8f28
7beb0e7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
CONTRIBUTING.md
CONTRIBUTING.md
+4
-0
No files found.
CONTRIBUTING.md
View file @
93b62fd5
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment