Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Macklin <richard.github@nrm.com>2017-01-25 07:22:00 +0300
committerRichard Macklin <richard.github@nrm.com>2017-02-04 08:52:03 +0300
commit4d7b299027dc6ff86ab0c5c54918b98a858a2556 (patch)
tree99756b60a55c69c990596e5a5e78a234b4dc93fc /doc/development
parent7b70014d5df18764fea387fe9576fac711a6f849 (diff)
Add link to external documentation of rspec-rails feature specs
[ci skip]
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/testing.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md
index dbea6b9c9aa..60ba1af089c 100644
--- a/doc/development/testing.md
+++ b/doc/development/testing.md
@@ -130,7 +130,9 @@ for its feature/integration tests in September 2012.
As of March 2016, we are [trying to avoid adding new Spinach
tests](https://gitlab.com/gitlab-org/gitlab-ce/issues/14121) going forward,
-opting for [RSpec feature](#features-integration) specs.
+opting for [RSpec feature specs] as [described above](#features-integration).
+
+[RSpec feature specs]: https://github.com/rspec/rspec-rails#feature-specs
Adding new Spinach scenarios is acceptable _only if_ the new scenario requires
no more than one new `step` definition. If more than that is required, the