Sha256: 0d82b27975a9dd85c5ed30fe28b2e5c483b45921985f88ff40a10043e75dee9c
Contents?: true
Size: 1.48 KB
Versions: 43
Compression:
Stored size: 1.48 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.1.0-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for Cheminee::SubstructureSearchHit # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::SubstructureSearchHit do let(:instance) { Cheminee::SubstructureSearchHit.new } describe 'test an instance of SubstructureSearchHit' do it 'should create an instance of SubstructureSearchHit' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(Cheminee::SubstructureSearchHit) end end describe 'test attribute "extra_data"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ 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 "score"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "query"' 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