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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-09 22:00:03 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-09 22:00:03 +0400
commit8c34c94a4fbcbaee9caa5163b6c7f9502e2080a5 (patch)
tree266d92c3757b2af22115c05ebf5f8cb1b19a51ce /features
parente09ef2fc38adf76a8986ab3078fe92831bf56836 (diff)
Fix test broken by abdc4426486c6e6458c12ba49dd641d4c5ab257a
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r--features/steps/help.rb2
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