module JsonMatchers
Constants
- InvalidSchemaError
- MissingSchema
- VERSION
Attributes
schema_root[RW]
Public Class Methods
path_to_schema(schema_name)
click to toggle source
# File lib/json_matchers.rb, line 11 def self.path_to_schema(schema_name) Pathname.new(schema_root).join("#{schema_name}.json") end