From 830d2a605e9421b76ad246ff3beb975ae024b711 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Sun, 8 Feb 2015 17:17:55 -0600 Subject: [PATCH] Add RSpec-dev to list of repos --- source/_repos.html.slim | 4 ++++ source/contributing.html.slim | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/source/_repos.html.slim b/source/_repos.html.slim index b8412d711..a4d0b3100 100644 --- a/source/_repos.html.slim +++ b/source/_repos.html.slim @@ -18,3 +18,7 @@ ul | 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' + | (test runners) diff --git a/source/contributing.html.slim b/source/contributing.html.slim index 16ab6fa37..c29a943ae 100644 --- a/source/contributing.html.slim +++ b/source/contributing.html.slim @@ -11,7 +11,7 @@ section p | See  = link_to 'rspec-dev', 'https://github.com/rspec/rspec-dev' - |  for how to develop on and test RSpec, as well as any  + | 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. + | that may be in that repository. = partial "repos"