Sha256: 99c122198b3f9fb3fed641d033b774a4df4fa7fbdec83004c5810940fd35fb41
Contents?: true
Size: 990 Bytes
Versions: 42
Compression:
Stored size: 990 Bytes
Contents
=begin #Cheminée #Cheminée: The Chemical Structure Search Engine The version of the OpenAPI document: 1.0 Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.1.0-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for Cheminee::PostIndexBulkResponseOk # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::PostIndexBulkResponseOk do let(:instance) { Cheminee::PostIndexBulkResponseOk.new } describe 'test an instance of PostIndexBulkResponseOk' do it 'should create an instance of PostIndexBulkResponseOk' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(Cheminee::PostIndexBulkResponseOk) end end describe 'test attribute "statuses"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
cheminee-0.1.7 | spec/models/post_index_bulk_response_ok_spec.rb |
cheminee-0.1.6 | spec/models/post_index_bulk_response_ok_spec.rb |