diff options
author | Mykhailo Formus <mikeformus@gmail.com> | 2018-07-12 11:59:40 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-07-12 11:59:40 +0000 |
commit | 29955c9c474de957415da21ec3a330b596807f74 (patch) | |
tree | d21b6365897a1cb79fe549c20a86aacca35d3b7a /qa/README.md | |
parent | fc4c7956850ff40100301ea44aaf0b8b8725e114 (diff) | |
download | gitlab-ce-29955c9c474de957415da21ec3a330b596807f74.tar.gz |
Adding spec to test basic forking functionalities
Diffstat (limited to 'qa/README.md')
-rw-r--r-- | qa/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/README.md b/qa/README.md index a4b4398645e..be4cf89ebbc 100644 --- a/qa/README.md +++ b/qa/README.md @@ -55,7 +55,7 @@ Since the arguments would be passed to `rspec`, you could use all `rspec` options there. For example, passing `--backtrace` and also line number: ``` -bin/qa Test::Instance http://localhost qa/specs/features/login/standard_spec.rb:3 --backtrace +bin/qa Test::Instance http://localhost qa/specs/features/project/create_spec.rb:3 --backtrace ``` ### Overriding the authenticated user |