diff options
author | Richard Macklin <richard.github@nrm.com> | 2017-01-24 20:22:00 -0800 |
---|---|---|
committer | Richard Macklin <richard.github@nrm.com> | 2017-02-03 21:52:03 -0800 |
commit | 4d7b299027dc6ff86ab0c5c54918b98a858a2556 (patch) | |
tree | 99756b60a55c69c990596e5a5e78a234b4dc93fc | |
parent | 7b70014d5df18764fea387fe9576fac711a6f849 (diff) | |
download | gitlab-ce-4d7b299027dc6ff86ab0c5c54918b98a858a2556.tar.gz |
Add link to external documentation of rspec-rails feature specs
[ci skip]
-rw-r--r-- | doc/development/testing.md | 4 |
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 |