Sha256: 43f380fdce89660fc84386916c069234ecfa245efd88abde626791273b95dbaa
Contents?: true
Size: 1.01 KB
Versions: 3
Compression:
Stored size: 1.01 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::InlineResponse302 # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'InlineResponse302' do before do # run before each test @instance = FormAPI::InlineResponse302.new end after do # run after each test end describe 'test an instance of InlineResponse302' do it 'should create an instance of InlineResponse302' do expect(@instance).to be_instance_of(FormAPI::InlineResponse302) end end describe 'test attribute "url"' 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
form_api-0.1.4 | spec/models/inline_response_302_spec.rb |
form_api-0.1.3 | spec/models/inline_response_302_spec.rb |
form_api-0.1.2 | spec/models/inline_response_302_spec.rb |