Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2be3c949
Commit
2be3c949
authored
Jul 15, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix application initialize
parent
a87989fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
features/steps/dashboard/help.rb
features/steps/dashboard/help.rb
+1
-1
lib/gitlab.rb
lib/gitlab.rb
+4
-0
No files found.
features/steps/dashboard/help.rb
View file @
2be3c949
...
...
@@ -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
lib/gitlab.rb
0 → 100644
View file @
2be3c949
require
'gitlab/git'
module
Gitlab
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment