Sha256: 33e9d4fce899b8640c901610b9113c2f96c1d1a2c8f3b79b64c69c15f9033a2d
Contents?: true
Size: 1.06 KB
Versions: 43
Compression:
Stored size: 1.06 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::IndexMeta # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::IndexMeta do let(:instance) { Cheminee::IndexMeta.new } describe 'test an instance of IndexMeta' do it 'should create an instance of IndexMeta' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(Cheminee::IndexMeta) end end describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end describe 'test attribute "schema"' 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