Skip to content
Snippets Groups Projects
Commit 2be3c949 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix application initialize

parent a87989fb
No related branches found
No related tags found
1 merge request!981Drop satellites
Loading
@@ -16,6 +16,6 @@ class Spinach::Features::DashboardHelp < Spinach::FeatureSteps
Loading
@@ -16,6 +16,6 @@ class Spinach::Features::DashboardHelp < Spinach::FeatureSteps
end end
   
step 'Header "Rebuild project satellites" should have correct ids and links' do 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
end end
require 'gitlab/git'
module Gitlab
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment