Sha256: bd29a86abcbefe77146500195d9a61c2140e9836e21aa20263a89db1b04c1676
Contents?: true
Size: 987 Bytes
Versions: 43
Compression:
Stored size: 987 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::GetIndexesResponseError # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::GetIndexesResponseError do let(:instance) { Cheminee::GetIndexesResponseError.new } describe 'test an instance of GetIndexesResponseError' do it 'should create an instance of GetIndexesResponseError' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(Cheminee::GetIndexesResponseError) 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
43 entries across 43 versions & 1 rubygems