Add frozen_string_literal to HipChat files
This commit is contained in:
parent
69544c1ebe
commit
e00c7016b1
3 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
# This monkey patches the HTTParty used in https://github.com/hipchat/hipchat-rb.
|
||||
module HipChat
|
||||
class Client
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe 'User activates HipChat' do
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe HipchatService do
|
||||
|
|
Loading…
Reference in a new issue