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
7cdb5173
Commit
7cdb5173
authored
Aug 15, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make rubocop happy
parent
8de2f5b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
spec/models/project_services/irker_service_spec.rb
spec/models/project_services/irker_service_spec.rb
+9
-9
No files found.
spec/models/project_services/irker_service_spec.rb
View file @
7cdb5173
...
@@ -57,15 +57,15 @@ describe IrkerService, models: true do
...
@@ -57,15 +57,15 @@ describe IrkerService, models: true do
@irker_server
=
TCPServer
.
new
'localhost'
,
0
@irker_server
=
TCPServer
.
new
'localhost'
,
0
allow
(
irker
).
to
receive_messages
(
allow
(
irker
).
to
receive_messages
(
active:
true
,
active:
true
,
project:
project
,
project:
project
,
project_id:
project
.
id
,
project_id:
project
.
id
,
service_hook:
true
,
service_hook:
true
,
server_host:
@irker_server
.
addr
[
2
],
server_host:
@irker_server
.
addr
[
2
],
server_port:
@irker_server
.
addr
[
1
],
server_port:
@irker_server
.
addr
[
1
],
default_irc_uri:
'irc://chat.freenode.net/'
,
default_irc_uri:
'irc://chat.freenode.net/'
,
recipients:
recipients
,
recipients:
recipients
,
colorize_messages:
colorize_messages
)
colorize_messages:
colorize_messages
)
irker
.
valid?
irker
.
valid?
end
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