BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
8409b41e
Commit
8409b41e
authored
Aug 28, 2017
by
Douwe Maan
Committed by
Gabriel Mazetto
Aug 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix specs
parent
5dd9b330
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
projects.rb
spec/factories/projects.rb
+0
-2
repository_push_spec.rb
spec/lib/gitlab/email/message/repository_push_spec.rb
+1
-1
No files found.
spec/factories/projects.rb
View file @
8409b41e
...
...
@@ -162,8 +162,6 @@ FactoryGirl.define do
# Test repository source can be found at
# https://gitlab.com/gitlab-org/gitlab-test
factory
:project
,
parent: :empty_project
do
path
{
'gitlabhq'
}
test_repo
transient
do
...
...
spec/lib/gitlab/email/message/repository_push_spec.rb
View file @
8409b41e
...
...
@@ -38,7 +38,7 @@ describe Gitlab::Email::Message::RepositoryPush do
describe
'#project_name_with_namespace'
do
subject
{
message
.
project_name_with_namespace
}
it
{
is_expected
.
to
eq
"
#{
group
.
name
}
/
#{
project
.
path
}
"
}
it
{
is_expected
.
to
eq
"
#{
group
.
name
}
/
#{
project
.
name
}
"
}
end
describe
'#author'
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