Sha256: 83b710a4556b9619920195d3ebdd2c32e50298db333c7fb812f305689c9a66f9
Contents?: true
Size: 989 Bytes
Versions: 3
Compression:
Stored size: 989 Bytes
Contents
=begin #DocRaptor v1 #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 1.2.0 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.2.3 =end require 'spec_helper' require 'json' require 'date' # Unit tests for DocRaptor::AsyncDoc # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'AsyncDoc' do before do # run before each test @instance = DocRaptor::AsyncDoc.new end after do # run after each test end describe 'test an instance of AsyncDoc' do it 'should create an instance of AsyncDoc' do expect(@instance).to be_instance_of(DocRaptor::AsyncDoc) end end describe 'test attribute "status_id"' 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 |
---|---|
docraptor-1.3.0 | spec/models/async_doc_spec.rb |
docraptor-1.2.0 | spec/models/async_doc_spec.rb |
docraptor-1.2.0beta1 | spec/models/async_doc_spec.rb |