Sha256: abd71513d2a170200b2cacbad5512563accaa88ceb834d8a5f7bd985bb23079a
Contents?: true
Size: 1.38 KB
Versions: 3
Compression:
Stored size: 1.38 KB
Contents
=begin Square Connect API No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 2.0 Generated by: https://github.com/swagger-api/swagger-codegen.git =end require 'spec_helper' require 'json' require 'date' # Unit tests for SquareConnect::ListRefundsResponse # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ListRefundsResponse' do before do # run before each test @instance = SquareConnect::ListRefundsResponse.new end after do # run after each test end describe 'test an instance of ListRefundsResponse' do it 'should create an instact of ListRefundsResponse' do @instance.should be_a(SquareConnect::ListRefundsResponse) end end describe 'test attribute "errors"' do it 'should work' do # assertion here # should be_a() # should be_nil # should == # should_not == end end describe 'test attribute "refunds"' do it 'should work' do # assertion here # should be_a() # should be_nil # should == # should_not == end end describe 'test attribute "cursor"' do it 'should work' do # assertion here # should be_a() # should be_nil # should == # should_not == end end end
Version data entries
3 entries across 3 versions & 1 rubygems