=begin #Tripletex API OpenAPI spec version: 2.69.5 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.24 =end require 'spec_helper' require 'json' require 'date' # Unit tests for TripletexRubyClient::ProjectAccess # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ProjectAccess' do before do # run before each test @instance = TripletexRubyClient::ProjectAccess.new end after do # run after each test end describe 'test an instance of ProjectAccess' do it 'should create an instance of ProjectAccess' do expect(@instance).to be_instance_of(TripletexRubyClient::ProjectAccess) end end describe 'test attribute "access_order_lines"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["NONE", "READ", "WRITE"]) # validator.allowable_values.each do |value| # expect { @instance.access_order_lines = value }.not_to raise_error # end end end describe 'test attribute "access_hours"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["NONE", "READ", "WRITE"]) # validator.allowable_values.each do |value| # expect { @instance.access_hours = value }.not_to raise_error # end end end describe 'test attribute "access_attachments"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["NONE", "READ", "WRITE"]) # validator.allowable_values.each do |value| # expect { @instance.access_attachments = value }.not_to raise_error # end end end describe 'test attribute "access_control_forms"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["NONE", "READ", "WRITE"]) # validator.allowable_values.each do |value| # expect { @instance.access_control_forms = value }.not_to raise_error # end end end end