Sha256: 1925c2b1109fb7372c8acf8c607d7eb32a5173efa4abff6e018e570ecb13f36e
Contents?: true
Size: 994 Bytes
Versions: 27
Compression:
Stored size: 994 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 Generator version: 7.8.0-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for Cheminee::DeleteIndexBulkResponseOk # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::DeleteIndexBulkResponseOk do let(:instance) { Cheminee::DeleteIndexBulkResponseOk.new } describe 'test an instance of DeleteIndexBulkResponseOk' do it 'should create an instance of DeleteIndexBulkResponseOk' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(Cheminee::DeleteIndexBulkResponseOk) 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
27 entries across 27 versions & 1 rubygems