• Sean McGivern's avatar
    Fix UrlBlocker spec · 6cc117aa
    Sean McGivern authored
    The newer version of HTTParty we now use will try harder to get a valid
    URL out of a relative one. Unfortunately, when there's no room (as was
    the case in this spec), the relative URL begins with `//`, which is
    actually a protocol-relative URL, not a simple path.
    
    Adding a room - which will always be the case in 'real life' - fixes
    this.
    6cc117aa
hipchat_service_spec.rb 14.6 KB