collectiveidea / json_spec

Easily handle JSON in RSpec and Cucumber
rubygems.org/gems/json_spec
MIT License
919 stars 114 forks source link

Make matchers composable #106

Closed mpospelov closed 1 year ago

mpospelov commented 4 years ago

In order to be able to combine JSON matchers with other RSpec matchers via and/or API, I included RSpec::Matchers::Composable module as suggested in https://github.com/rspec/rspec-expectations/blob/master/lib/rspec/matchers.rb#L207-L217

mpospelov commented 4 years ago

@laserlemon can you please review this PR 😇🙏