Sha256: a5cd8a647f88ab3c9bfaca4048e0181f789d58a3ad11245b5004fb20bd31b37d

Contents?: true

Size: 1.62 KB

Versions: 1

Compression:

Stored size: 1.62 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::CreateCombinedSubmissionBody
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'CreateCombinedSubmissionBody' do
  before do
    # run before each test
    @instance = FormAPI::CreateCombinedSubmissionBody.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of CreateCombinedSubmissionBody' do
    it 'should create an instance of CreateCombinedSubmissionBody' do
      expect(@instance).to be_instance_of(FormAPI::CreateCombinedSubmissionBody)
    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 "submission_ids"' 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

  describe 'test attribute "expires_in"' 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_combined_submission_body_spec.rb