Sha256: 542cc5ab80ff51bbae65be06c62ff3caf01a224b1bc944bb65cb1c51bc4ffffb
Contents?: true
Size: 1.1 KB
Versions: 26
Compression:
Stored size: 1.1 KB
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::ConvertedMolBlock # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::ConvertedMolBlock do let(:instance) { Cheminee::ConvertedMolBlock.new } describe 'test an instance of ConvertedMolBlock' do it 'should create an instance of ConvertedMolBlock' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(Cheminee::ConvertedMolBlock) end end describe 'test attribute "mol_block"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ 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
26 entries across 26 versions & 1 rubygems