Sha256: 315d28c74518bacc5a5a9de224b3aa7e25d12942f0c822e90b3b2cf951e27bea
Contents?: true
Size: 1.04 KB
Versions: 43
Compression:
Stored size: 1.04 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::Schema # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::Schema do let(:instance) { Cheminee::Schema.new } describe 'test an instance of Schema' do it 'should create an instance of Schema' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(Cheminee::Schema) 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