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