module SchemaMatcher::RspecMatchers

Public Instance Methods

match_json_schema(schema, options = {}) click to toggle source
# File lib/schema_matcher/rspec_matchers.rb, line 67
def match_json_schema(schema, options = {})
  JsonSchemaMatcher.new(schema, options)
end