class ActiveModelSerializers::Test::Schema::AssertSchema

def load_json_file(path)

def load_json_file(path)
  load_json(File.read(path))
rescue Errno::ENOENT
  raise MissingSchema, "No Schema file at #{schema_full_path}"
end