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