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