venuu / jsonapi-authorization

Authorization for JSONAPI::Resource
http://www.rubydoc.info/github/venuu/jsonapi-authorization
MIT License
132 stars 59 forks source link

Remove implicit block expectation syntax #128

Closed brianswko closed 4 years ago

brianswko commented 4 years ago

While attempting to run specs to investigate compatibility with JR v0.10.0, I ran into several failures with the newly released rspec-expectations v3.8.5

https://github.com/rspec/rspec-expectations/pull/1125 removed the ability to use implicit block expectations

valscion commented 4 years ago

Huh, that's a strange change to be doing in a patch release indeed.

I'll take a look when I get to a machine that doesn't freeze when looking at the diff like my mobile does 😅