Add frozen_string_literal to HipChat files

This commit is contained in:
Sean McGivern 2019-04-09 16:48:31 +01:00
parent 69544c1ebe
commit e00c7016b1
3 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe 'User activates HipChat' do

View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe HipchatService do