diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-04-01 20:36:44 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-04-01 20:36:59 -0400 |
commit | 6ffda88c973ce9be263d0e9142a3105f2cccf000 (patch) | |
tree | 7a842160793fcdac1dda2d7145a09efece284321 | |
parent | 2e83b562030e078ce6d37f81915590426a57c820 (diff) | |
download | gitlab-ce-rs-testing-guide.tar.gz |
Add a link back to Development documentation to Testing guiders-testing-guide
[ci skip]
-rw-r--r-- | doc/development/testing.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/testing.md b/doc/development/testing.md index 187d852e533..23417845f16 100644 --- a/doc/development/testing.md +++ b/doc/development/testing.md @@ -128,3 +128,7 @@ opting for [RSpec feature](#features-integration) 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 test should be re-implemented using RSpec instead. + +--- + +[Return to Development documentation](README.md) |