Skip to content

Commit

Permalink
Merge pull request #65 from bf4/add_developing
Browse files Browse the repository at this point in the history
Add RSpec-dev to Contributing; RSpec-Support to repos
  • Loading branch information
soulcutter committed Nov 2, 2015
2 parents e29ac45 + 1fe7f26 commit 44b0c01
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/_repos.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ ul
| For bugs with rspec-expectations: 
= link_to 'https://github.com/rspec/rspec-expectations', 'https://github.com/rspec/rspec-expectations'
| (matchers)
li
| For bugs with rspec-support: 
= link_to 'https://github.com/rspec/rspec-support', 'https://github.com/rspec/rspec-support'
| (string encoding, failed expectation diffing, Ruby feature detection, etc)
li
| For bugs with rspec-dev: 
= link_to 'https://github.com/rspec/rspec-dev', 'https://github.com/rspec/rspec-dev'
| (tools for developing rspec)
6 changes: 6 additions & 0 deletions source/contributing.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ section
p
| If you have an idea to improve RSpec or find a bug, you are encouraged
to file a pull request or issue with the appropriate repository on GitHub.
p
| See 
= link_to 'rspec-dev', 'https://github.com/rspec/rspec-dev'
| for how to develop on and test RSpec, as well as any 
= link_to 'DEV-README.md', '(https://github.com/rspec/rspec-core/blob/master/DEV-README.md'
| that may be in that repository.
= partial "repos"

0 comments on commit 44b0c01

Please sign in to comment.