Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 268 Bytes

CHANGELOG.md

File metadata and controls

6 lines (6 loc) · 268 Bytes

0.0.7

  • solve issue with undefined method `configure' for RSpec:Module. Now you should include match_json/rspec or ```match_json/minitest``` depending on your testing framework.

0.0.5

  • allow to use pattern for non-string values (by @marocchino)