jsonapi-rb / jsonapi-rspec

RSpec matchers for JSON:API spec
https://rubygems.org/gems/jsonapi-rspec
MIT License
123 stars 24 forks source link

Tests should be fixed now. #8

Closed stas closed 4 years ago

stas commented 6 years ago

An important change is the dependency to the rspec-expectations. While the jsonapi-rspec doesn't require it explicitly it causes issues when the environment is loaded lazily.

Please let me know if all is good here. Thanks in advance for taking a look.