Sha256: 55e93108d7a464d3b666b8e1be16f40dd27249c1a7839633610cf7ae449ab0ef
Contents?: true
Size: 1.2 KB
Versions: 3
Compression:
Stored size: 1.2 KB
Contents
=begin #barcodeapi #Barcode APIs let you generate barcode images, and recognize values from images of barcodes. OpenAPI spec version: v1 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.14 =end require 'spec_helper' require 'json' require 'date' # Unit tests for CloudmersiveBarcodeApiClient::ProductMatch # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ProductMatch' do before do # run before each test @instance = CloudmersiveBarcodeApiClient::ProductMatch.new end after do # run after each test end describe 'test an instance of ProductMatch' do it 'should create an instance of ProductMatch' do expect(@instance).to be_instance_of(CloudmersiveBarcodeApiClient::ProductMatch) end end describe 'test attribute "ean"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "title"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
3 entries across 3 versions & 1 rubygems