Sha256: cc8a439e7c398598134b21b59324bfe8e956148f9f43311a3fdafb0f9409ca92
Contents?: true
Size: 985 Bytes
Versions: 1
Compression:
Stored size: 985 Bytes
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::SeatsRemoveBody # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'SeatsRemoveBody' do before do # run before each test @instance = Billabear::SeatsRemoveBody.new end after do # run after each test end describe 'test an instance of SeatsRemoveBody' do it 'should create an instance of SeatsRemoveBody' do expect(@instance).to be_instance_of(Billabear::SeatsRemoveBody) end end describe 'test attribute "seats"' 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/seats_remove_body_spec.rb |