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