diff --git a/config/initializers/hipchat_client_patch.rb b/config/initializers/hipchat_client_patch.rb index aec265312bb3b3222e84fca2579506bfdd19b79b..1879ecb15fbd0ef9edcdb8dc2c3decd92605aea4 100644 --- a/config/initializers/hipchat_client_patch.rb +++ b/config/initializers/hipchat_client_patch.rb @@ -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 diff --git a/spec/features/projects/services/user_activates_hipchat_spec.rb b/spec/features/projects/services/user_activates_hipchat_spec.rb index 2f5313c91f91d0086d12730d6a6657973ee1d7b6..d6b69a5bd685197751e1aaa97dca44dd5132cc5e 100644 --- a/spec/features/projects/services/user_activates_hipchat_spec.rb +++ b/spec/features/projects/services/user_activates_hipchat_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' describe 'User activates HipChat' do diff --git a/spec/models/project_services/hipchat_service_spec.rb b/spec/models/project_services/hipchat_service_spec.rb index b0fd2ceead02fdb3960182b6627a2878e941a471..b9c6213ed06cf0075b8689e5051d057f3f595993 100644 --- a/spec/models/project_services/hipchat_service_spec.rb +++ b/spec/models/project_services/hipchat_service_spec.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'spec_helper' describe HipchatService do