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