Sha256: 52ce7dd153dec58077939a9e1a0129bf86e9d54c23ed4781bc556e751dd9c3f5
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
=begin #BillaBear #The REST API provided by BillaBear OpenAPI spec version: 1.1.0 Contact: support@billabear.com Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.66 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Billabear::Product # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'Product' do before do # run before each test @instance = Billabear::Product.new end after do # run after each test end describe 'test an instance of Product' do it 'should create an instance of Product' do expect(@instance).to be_instance_of(Billabear::Product) end end describe 'test attribute "id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "external_reference"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "tax_type"' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
billabear-1.1.0 | spec/models/product_spec.rb |