Sha256: fc8ed768b3d07e4ebcf9ac77dba7dd84aa1bbda0845d1dd0f1ea0f7de078d638
Contents?: true
Size: 1.84 KB
Versions: 1
Compression:
Stored size: 1.84 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::CheckoutBody # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'CheckoutBody' do before do # run before each test @instance = Billabear::CheckoutBody.new end after do # run after each test end describe 'test an instance of CheckoutBody' do it 'should create an instance of CheckoutBody' do expect(@instance).to be_instance_of(Billabear::CheckoutBody) 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 "brand"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "slug"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "customer"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "items"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "subscriptions"' 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/checkout_body_spec.rb |