# 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
... ...
......