summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-11-02 12:02:51 +0100
committerRémy Coutable <remy@rymai.me>2017-11-02 12:02:51 +0100
commit0364e074479ac8204365fa6b6109011042431575 (patch)
tree78ec519957920fe37325140587c26fa4026e394b /doc/development
parent1c17ddba662872bf6ad9a9fe04137023476df50c (diff)
downloadgitlab-ce-0364e074479ac8204365fa6b6109011042431575.tar.gz
Address Douwe's feedback
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/testing_guide/best_practices.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/best_practices.md b/doc/development/testing_guide/best_practices.md
index bbdeee05579..a165a17f5db 100644
--- a/doc/development/testing_guide/best_practices.md
+++ b/doc/development/testing_guide/best_practices.md
@@ -72,7 +72,7 @@ To resume the test run, press any key.
For example:
-```ruby
+```
$ bin/rspec spec/features/auto_deploy_spec.rb:34
Running via Spring preloader in process 8999
Run options: include {:locations=>{"./spec/features/auto_deploy_spec.rb"=>[34]}}