hipchat / hipchat-rb

HipChat HTTP API Wrapper in Ruby with Capistrano hooks
https://www.hipchat.com/docs/apiv2
MIT License
336 stars 172 forks source link

Tests are failing on travis #177

Closed rberrelleza closed 8 years ago

rberrelleza commented 8 years ago

It seems like the mock/stub format we use is no longer compatible with the version of RSpec that travis uses. Some of the tests are failing on Master due to this (they were ok before, without any changes)

rberrelleza commented 8 years ago

Fixed