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
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-11-02 14:02:51 +0300
committerRémy Coutable <remy@rymai.me>2017-11-02 14:02:51 +0300
commit0364e074479ac8204365fa6b6109011042431575 (patch)
tree78ec519957920fe37325140587c26fa4026e394b /doc
parent1c17ddba662872bf6ad9a9fe04137023476df50c (diff)
Address Douwe's feedback
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc')
-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]}}