Commit e00c7016 authored by Sean McGivern's avatar Sean McGivern

Add frozen_string_literal to HipChat files

parent 69544c1e
# 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
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe 'User activates HipChat' do describe 'User activates HipChat' do
......
# frozen_string_literal: true
require 'spec_helper' require 'spec_helper'
describe HipchatService do describe HipchatService do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment