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