Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-shell
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
0
Merge Requests
0
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
Kazuhiko Shiozaki
gitlab-shell
Commits
5d83d742
Commit
5d83d742
authored
Jul 04, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests
parent
2512dc83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/gitlab_config_spec.rb
spec/gitlab_config_spec.rb
+2
-2
No files found.
spec/gitlab_config_spec.rb
View file @
5d83d742
...
@@ -24,7 +24,7 @@ describe GitlabConfig do
...
@@ -24,7 +24,7 @@ describe GitlabConfig do
subject
{
config
.
gitlab_url
}
subject
{
config
.
gitlab_url
}
it
{
should_not
be_empty
}
it
{
should_not
be_empty
}
it
{
should
eq
(
'http://localhost/'
)
}
it
{
should
eq
(
'http://localhost
:8080
/'
)
}
end
end
describe
:audit_usernames
do
describe
:audit_usernames
do
...
...
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