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