diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-24 14:26:15 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-24 14:26:15 +0300 |
commit | bbc4b2be8db5166ce54a81e6f25ffe48fa293a5f (patch) | |
tree | ea8904974b931714692050203e498cd0cfe2c20f /features/steps | |
parent | 5a1429ae2110faaf354574f8e6c7866c29102107 (diff) | |
download | gitlab-ce-bbc4b2be8db5166ce54a81e6f25ffe48fa293a5f.tar.gz |
Fix help tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps')
-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 aa147fd65ce..5ea2c5daeeb 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(3, 'Rebuild project satellites', 'rebuild-project-satellites') + header_should_have_correct_id_and_link(3, '(Re-)Create satellite repos', 're-create-satellite-repos') end end |