Fix application initialize

This commit is contained in:
Dmitriy Zaporozhets 2015-07-15 15:59:38 +02:00
parent a87989fb7d
commit 2be3c94925
2 changed files with 5 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
require 'gitlab/git'
module Gitlab
end