diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-09 21:00:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-09 21:00:03 +0300 |
commit | 8c34c94a4fbcbaee9caa5163b6c7f9502e2080a5 (patch) | |
tree | 266d92c3757b2af22115c05ebf5f8cb1b19a51ce | |
parent | e09ef2fc38adf76a8986ab3078fe92831bf56836 (diff) | |
download | gitlab-ce-8c34c94a4fbcbaee9caa5163b6c7f9502e2080a5.tar.gz |
Fix test broken by abdc4426486c6e6458c12ba49dd641d4c5ab257a
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | features/steps/help.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/help.rb b/features/steps/help.rb index 67054e14303..0d1c9c00376 100644 --- a/features/steps/help.rb +++ b/features/steps/help.rb @@ -16,6 +16,6 @@ class Spinach::Features::Help < Spinach::FeatureSteps end step 'Header "Rebuild project satellites" should have correct ids and links' do - header_should_have_correct_id_and_link(2, '(Re-)Create satellite repos', 're-create-satellite-repos', '.documentation') + header_should_have_correct_id_and_link(2, '(Re-)Create satellite repositories', 're-create-satellite-repositories', '.documentation') end end |