Fix application initialize
This commit is contained in:
parent
a87989fb7d
commit
2be3c94925
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
4
lib/gitlab.rb
Normal file
4
lib/gitlab.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
require 'gitlab/git'
|
||||
|
||||
module Gitlab
|
||||
end
|
Loading…
Reference in a new issue