Sha256: 2e5c19beaf5c1ce9f7cb43e23fee8f5e0c470f96c69cd1797aa5919036a1322b
Contents?: true
Size: 823 Bytes
Versions: 43
Compression:
Stored size: 823 Bytes
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::RetrieveTransactionRequest # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'RetrieveTransactionRequest' do before do # run before each test @instance = SquareConnect::RetrieveTransactionRequest.new end after do # run after each test end describe 'test an instance of RetrieveTransactionRequest' do it 'should create an instact of RetrieveTransactionRequest' do expect(@instance).to be_instance_of(SquareConnect::RetrieveTransactionRequest) end end end
Version data entries
43 entries across 43 versions & 1 rubygems