diff --git a/features/steps/dashboard/help.rb b/features/steps/dashboard/help.rb index 86ab31a58aba4eb45aa51cffdc2b328c3e3a2ecf..800e869533e927f12fb2bd99e1db30535e69f30e 100644 --- a/features/steps/dashboard/help.rb +++ b/features/steps/dashboard/help.rb @@ -16,6 +16,6 @@ class Spinach::Features::DashboardHelp < 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 repositories', 're-create-satellite-repositories', '.documentation') + header_should_have_correct_id_and_link(2, 'Check GitLab configuration', 'check-gitlab-configuration', '.documentation') end end diff --git a/lib/gitlab.rb b/lib/gitlab.rb new file mode 100644 index 0000000000000000000000000000000000000000..6108697bc2012e22d96896194df7c7cadbc5b125 --- /dev/null +++ b/lib/gitlab.rb @@ -0,0 +1,4 @@ +require 'gitlab/git' + +module Gitlab +end