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
e00c7016
Commit
e00c7016
authored
Apr 09, 2019
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add frozen_string_literal to HipChat files
parent
69544c1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
config/initializers/hipchat_client_patch.rb
config/initializers/hipchat_client_patch.rb
+1
-0
spec/features/projects/services/user_activates_hipchat_spec.rb
...features/projects/services/user_activates_hipchat_spec.rb
+2
-0
spec/models/project_services/hipchat_service_spec.rb
spec/models/project_services/hipchat_service_spec.rb
+2
-0
No files found.
config/initializers/hipchat_client_patch.rb
View file @
e00c7016
# frozen_string_literal: true
# This monkey patches the HTTParty used in https://github.com/hipchat/hipchat-rb.
module
HipChat
class
Client
...
...
spec/features/projects/services/user_activates_hipchat_spec.rb
View file @
e00c7016
# frozen_string_literal: true
require
'spec_helper'
describe
'User activates HipChat'
do
...
...
spec/models/project_services/hipchat_service_spec.rb
View file @
e00c7016
# frozen_string_literal: true
require
'spec_helper'
describe
HipchatService
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