=begin #ORY Hydra #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here. The version of the OpenAPI document: v1.10.2 Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.1.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for OryHydraClient::PatchDocument # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe OryHydraClient::PatchDocument do let(:instance) { OryHydraClient::PatchDocument.new } describe 'test an instance of PatchDocument' do it 'should create an instance of PatchDocument' do expect(instance).to be_instance_of(OryHydraClient::PatchDocument) end end describe 'test attribute "from"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "op"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "path"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "value"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end