Sha256: 796541b2d09bd41ef37155f34a260ed634d97321ab6e33ffaf2b1c2b5da480a8
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 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::CreateSubmissionBody # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'CreateSubmissionBody' do before do # run before each test @instance = FormAPI::CreateSubmissionBody.new end after do # run after each test end describe 'test an instance of CreateSubmissionBody' do it 'should create an instance of CreateSubmissionBody' do expect(@instance).to be_instance_of(FormAPI::CreateSubmissionBody) 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_body_spec.rb |