spec/models/project_spec.rb in ory-client-1.1.41 vs spec/models/project_spec.rb in ory-client-1.1.44

- old
+ new

@@ -1,11 +1,11 @@ =begin #Ory APIs #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. -The version of the OpenAPI document: v1.1.41 +The version of the OpenAPI document: v1.1.44 Contact: support@ory.sh Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 =end @@ -23,9 +23,21 @@ describe 'test an instance of Project' do it 'should create an instance of Project' do expect(instance).to be_instance_of(OryClient::Project) end end + describe 'test attribute "cors_admin"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + + describe 'test attribute "cors_public"' do + it 'should work' do + # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers + end + end + describe 'test attribute "id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end