Sha256: 2a2bed287e0cba36b25475c327033e66d34dc2d9e2a959215f06e95c601ebd9b
Contents?: true
Size: 1009 Bytes
Versions: 27
Compression:
Stored size: 1009 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::DeleteIndexBulkResponseError # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::DeleteIndexBulkResponseError do let(:instance) { Cheminee::DeleteIndexBulkResponseError.new } describe 'test an instance of DeleteIndexBulkResponseError' do it 'should create an instance of DeleteIndexBulkResponseError' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(Cheminee::DeleteIndexBulkResponseError) end end describe 'test attribute "error"' 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