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