Sha256: 8db004494e62cff11718aae7772d197880cb8cdfc625fcd97450f5a9dda62759
Contents?: true
Size: 1.41 KB
Versions: 1
Compression:
Stored size: 1.41 KB
Contents
=begin #API V1 #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: v1 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.3.0-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for FormAPI::CreateSubmissionBatchBody # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'CreateSubmissionBatchBody' do before do # run before each test @instance = FormAPI::CreateSubmissionBatchBody.new end after do # run after each test end describe 'test an instance of CreateSubmissionBatchBody' do it 'should create an instance of CreateSubmissionBatchBody' do expect(@instance).to be_instance_of(FormAPI::CreateSubmissionBatchBody) end end describe 'test attribute "test"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "data"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "metadata"' 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 |
---|---|
form_api-0.2.0 | spec/models/create_submission_batch_body_spec.rb |