Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Privacy
Imprint
Contact
Login methods
Sign in
Toggle navigation
Menu
Open sidebar
projects.thm.de
GitLab FOSS
Commits
73a2fe52
Commit
73a2fe52
authored
Apr 09, 2019
by
Sean McGivern
Browse files
Add frozen_string_literal to HipChat files
parent
967edc1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/initializers/hipchat_client_patch.rb
View file @
73a2fe52
# frozen_string_literal: true
# This monkey patches the HTTParty used in https://github.com/hipchat/hipchat-rb.
# This monkey patches the HTTParty used in https://github.com/hipchat/hipchat-rb.
module
HipChat
module
HipChat
class
Client
class
Client
...
...
spec/features/projects/services/user_activates_hipchat_spec.rb
View file @
73a2fe52
# frozen_string_literal: true
require
'spec_helper'
require
'spec_helper'
describe
'User activates HipChat'
do
describe
'User activates HipChat'
do
...
...
spec/models/project_services/hipchat_service_spec.rb
View file @
73a2fe52
# frozen_string_literal: true
require
'spec_helper'
require
'spec_helper'
describe
HipchatService
do
describe
HipchatService
do
...
...
Write
Preview
Supports
Markdown
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