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