diff --git a/spec/finance/models/account_usage_response_spec.rb b/spec/finance/models/account_usage_response_spec.rb deleted file mode 100644 index f19e5b7f..00000000 --- a/spec/finance/models/account_usage_response_spec.rb +++ /dev/null @@ -1,58 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::AccountUsageResponse -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'AccountUsageResponse' do - before do - # run before each test - @instance = XeroRuby::Finance::AccountUsageResponse.new - end - - after do - # run after each test - end - - describe 'test an instance of AccountUsageResponse' do - it 'should create an instance of AccountUsageResponse' do - expect(@instance).to be_instance_of(XeroRuby::Finance::AccountUsageResponse) - end - end - describe 'test attribute "organisation_id"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "start_month"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "end_month"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "account_usage"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end diff --git a/spec/finance/models/account_usage_spec.rb b/spec/finance/models/account_usage_spec.rb deleted file mode 100644 index e577668a..00000000 --- a/spec/finance/models/account_usage_spec.rb +++ /dev/null @@ -1,112 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::AccountUsage -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'AccountUsage' do - before do - # run before each test - @instance = XeroRuby::Finance::AccountUsage.new - end - - after do - # run after each test - end - - describe 'test an instance of AccountUsage' do - it 'should create an instance of AccountUsage' do - expect(@instance).to be_instance_of(XeroRuby::Finance::AccountUsage) - end - end - describe 'test attribute "month"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "account_id"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "currency_code"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "total_received"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "count_received"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "total_paid"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "count_paid"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "total_manual_journal"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "count_manual_journal"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "account_name"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "reporting_code"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "reporting_code_name"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "report_code_updated_date_utc"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end diff --git a/spec/finance/models/history_record_response_spec.rb b/spec/finance/models/history_record_response_spec.rb deleted file mode 100644 index 2fdac6f1..00000000 --- a/spec/finance/models/history_record_response_spec.rb +++ /dev/null @@ -1,64 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::HistoryRecordResponse -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'HistoryRecordResponse' do - before do - # run before each test - @instance = XeroRuby::Finance::HistoryRecordResponse.new - end - - after do - # run after each test - end - - describe 'test an instance of HistoryRecordResponse' do - it 'should create an instance of HistoryRecordResponse' do - expect(@instance).to be_instance_of(XeroRuby::Finance::HistoryRecordResponse) - end - end - describe 'test attribute "changes"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "date_utc_string"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "date_utc"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "user"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "details"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end diff --git a/spec/finance/models/lock_history_model_spec.rb b/spec/finance/models/lock_history_model_spec.rb deleted file mode 100644 index b9af3c6e..00000000 --- a/spec/finance/models/lock_history_model_spec.rb +++ /dev/null @@ -1,52 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::LockHistoryModel -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'LockHistoryModel' do - before do - # run before each test - @instance = XeroRuby::Finance::LockHistoryModel.new - end - - after do - # run after each test - end - - describe 'test an instance of LockHistoryModel' do - it 'should create an instance of LockHistoryModel' do - expect(@instance).to be_instance_of(XeroRuby::Finance::LockHistoryModel) - end - end - describe 'test attribute "hard_lock_date"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "soft_lock_date"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "updated_date_utc"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end diff --git a/spec/finance/models/lock_history_response_spec.rb b/spec/finance/models/lock_history_response_spec.rb deleted file mode 100644 index 472a9b40..00000000 --- a/spec/finance/models/lock_history_response_spec.rb +++ /dev/null @@ -1,52 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::LockHistoryResponse -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'LockHistoryResponse' do - before do - # run before each test - @instance = XeroRuby::Finance::LockHistoryResponse.new - end - - after do - # run after each test - end - - describe 'test an instance of LockHistoryResponse' do - it 'should create an instance of LockHistoryResponse' do - expect(@instance).to be_instance_of(XeroRuby::Finance::LockHistoryResponse) - end - end - describe 'test attribute "organisation_id"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "end_date"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "lock_dates"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end diff --git a/spec/finance/models/practice_response_spec.rb b/spec/finance/models/practice_response_spec.rb deleted file mode 100644 index 31451242..00000000 --- a/spec/finance/models/practice_response_spec.rb +++ /dev/null @@ -1,64 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::PracticeResponse -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'PracticeResponse' do - before do - # run before each test - @instance = XeroRuby::Finance::PracticeResponse.new - end - - after do - # run after each test - end - - describe 'test an instance of PracticeResponse' do - it 'should create an instance of PracticeResponse' do - expect(@instance).to be_instance_of(XeroRuby::Finance::PracticeResponse) - end - end - describe 'test attribute "xero_partner_since"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "tier"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "location"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "organisation_count"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "staff_certified"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end diff --git a/spec/finance/models/report_history_model_spec.rb b/spec/finance/models/report_history_model_spec.rb deleted file mode 100644 index 925ffaaa..00000000 --- a/spec/finance/models/report_history_model_spec.rb +++ /dev/null @@ -1,52 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::ReportHistoryModel -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'ReportHistoryModel' do - before do - # run before each test - @instance = XeroRuby::Finance::ReportHistoryModel.new - end - - after do - # run after each test - end - - describe 'test an instance of ReportHistoryModel' do - it 'should create an instance of ReportHistoryModel' do - expect(@instance).to be_instance_of(XeroRuby::Finance::ReportHistoryModel) - end - end - describe 'test attribute "report_name"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "report_date_text"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "published_date_utc"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end diff --git a/spec/finance/models/report_history_response_spec.rb b/spec/finance/models/report_history_response_spec.rb deleted file mode 100644 index 046d5e5d..00000000 --- a/spec/finance/models/report_history_response_spec.rb +++ /dev/null @@ -1,52 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::ReportHistoryResponse -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'ReportHistoryResponse' do - before do - # run before each test - @instance = XeroRuby::Finance::ReportHistoryResponse.new - end - - after do - # run after each test - end - - describe 'test an instance of ReportHistoryResponse' do - it 'should create an instance of ReportHistoryResponse' do - expect(@instance).to be_instance_of(XeroRuby::Finance::ReportHistoryResponse) - end - end - describe 'test attribute "organisation_id"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "end_date"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "reports"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end diff --git a/spec/finance/models/user_activities_response_spec.rb b/spec/finance/models/user_activities_response_spec.rb deleted file mode 100644 index 7a19ecf5..00000000 --- a/spec/finance/models/user_activities_response_spec.rb +++ /dev/null @@ -1,52 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::UserActivitiesResponse -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'UserActivitiesResponse' do - before do - # run before each test - @instance = XeroRuby::Finance::UserActivitiesResponse.new - end - - after do - # run after each test - end - - describe 'test an instance of UserActivitiesResponse' do - it 'should create an instance of UserActivitiesResponse' do - expect(@instance).to be_instance_of(XeroRuby::Finance::UserActivitiesResponse) - end - end - describe 'test attribute "organisation_id"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "data_month"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "users"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end diff --git a/spec/finance/models/user_response_spec.rb b/spec/finance/models/user_response_spec.rb deleted file mode 100644 index 556d1ec3..00000000 --- a/spec/finance/models/user_response_spec.rb +++ /dev/null @@ -1,106 +0,0 @@ -=begin -#Xero Finance API - -#The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. - -Contact: api@xero.com -Generated by: https://openapi-generator.tech -OpenAPI Generator version: 4.3.1 - -=end - -require 'spec_helper' -require 'json' -require 'date' - -# Unit tests for XeroRuby::Finance::UserResponse -# Automatically generated by openapi-generator (https://openapi-generator.tech) -# Please update as you see appropriate -describe 'UserResponse' do - before do - # run before each test - @instance = XeroRuby::Finance::UserResponse.new - end - - after do - # run after each test - end - - describe 'test an instance of UserResponse' do - it 'should create an instance of UserResponse' do - expect(@instance).to be_instance_of(XeroRuby::Finance::UserResponse) - end - end - describe 'test attribute "user_id"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "user_created_date_utc"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "last_login_date_utc"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "is_external_partner"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "has_accountant_role"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "month_period"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "number_of_logins"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "number_of_documents_created"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "net_value_documents_created"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "absolute_value_documents_created"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "attached_practices"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - - describe 'test attribute "history_records"' do - it 'should work' do - # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers - end - end - -end