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
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
Jérome Perrin
gitlab-ce
Commits
3b943fbb
Commit
3b943fbb
authored
Aug 01, 2016
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the test due to the format changed
parent
7209ea4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
spec/models/project_services/slack_service/pipeline_message_spec.rb
...s/project_services/slack_service/pipeline_message_spec.rb
+9
-7
No files found.
spec/models/project_services/slack_service/pipeline_message_spec.rb
View file @
3b943fbb
...
...
@@ -5,15 +5,17 @@ describe SlackService::PipelineMessage do
let
(
:args
)
do
{
sha:
'97de212e80737a608d939f648d959671fb0a0142'
,
tag:
false
,
ref:
'develop'
,
status:
status
,
object_attributes:
{
id:
123
,
sha:
'97de212e80737a608d939f648d959671fb0a0142'
,
tag:
false
,
ref:
'develop'
,
status:
status
,
duration:
duration
},
project:
{
path_with_namespace:
'project_name'
,
web_url:
'somewhere.com'
},
commit:
{
author_name:
'hacker'
},
object_attributes:
{
duration:
duration
,
id:
123
}
commit:
{
author_name:
'hacker'
}
}
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