Sha256: 8d7e3fb85d181ae97036e97d5e828e2e22127844d900b1f004012ba5175ad8f5
Contents?: true
Size: 1.42 KB
Versions: 22
Compression:
Stored size: 1.42 KB
Contents
=begin #Square Connect API OpenAPI spec version: 2.0 Contact: developers@squareup.com Generated by: https://github.com/swagger-api/swagger-codegen.git =end require 'spec_helper' require 'json' require 'date' # Unit tests for SquareConnect::CreateMobileAuthorizationCodeResponse # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'CreateMobileAuthorizationCodeResponse' do before do # run before each test @instance = SquareConnect::CreateMobileAuthorizationCodeResponse.new end after do # run after each test end describe 'test an instance of CreateMobileAuthorizationCodeResponse' do it 'should create an instact of CreateMobileAuthorizationCodeResponse' do expect(@instance).to be_instance_of(SquareConnect::CreateMobileAuthorizationCodeResponse) end end describe 'test attribute "authorization_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 "expires_at"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "error"' 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
22 entries across 22 versions & 1 rubygems