JsonSpec::Error
# File lib/json_spec/errors.rb, line 8 def initialize(path) @path = path end
# File lib/json_spec/errors.rb, line 12 def to_s %Q(Missing JSON path "#{path}") end