diff options
Diffstat (limited to 'doc')
-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) |