Sha256: 2ce5db3f56578757b46796cb6466395842689a259661b71cdefd36b95cf0dc2a

Contents?: true

Size: 992 Bytes

Versions: 1

Compression:

Stored size: 992 Bytes

Contents

=begin
#Ory Keto API

#Documentation for all of Ory Keto's REST APIs. gRPC is documented separately. 

The version of the OpenAPI document: v0.11.0-alpha.0
Contact: hi@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for OryKetoClient::CheckOplSyntaxResult
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe OryKetoClient::CheckOplSyntaxResult do
  let(:instance) { OryKetoClient::CheckOplSyntaxResult.new }

  describe 'test an instance of CheckOplSyntaxResult' do
    it 'should create an instance of CheckOplSyntaxResult' do
      expect(instance).to be_instance_of(OryKetoClient::CheckOplSyntaxResult)
    end
  end
  describe 'test attribute "errors"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ory-keto-client-0.11.0.alpha0 spec/models/check_opl_syntax_result_spec.rb