nebulab / cangaroo

Connect Any App to Any Service
https://github.com/nebulab/cangaroo
MIT License
107 stars 18 forks source link

Update specs for rspec 3 #51

Closed fastjames closed 7 years ago

fastjames commented 7 years ago

RSpec 3 introduces some minor syntax changes, so we need to update the specs to keep pace. There is also one deprecation fix in EndpointController.

fastjames commented 7 years ago

Oops, didn't know the project was also tracking Rails 4. I have backed out the EndpointController change.

fastjames commented 7 years ago

Well, since the deprecations are mutally exclusive between Rails 4 and 5 I guess this isn't a viable PR for now.