Sha256: beda223834e6167863ea06ef85aba587d0e9ae75b9dab407491b621346a34af9
Contents?: true
Size: 1.09 KB
Versions: 42
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.1.0-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for Cheminee::BulkRequestDoc # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::BulkRequestDoc do let(:instance) { Cheminee::BulkRequestDoc.new } describe 'test an instance of BulkRequestDoc' do it 'should create an instance of BulkRequestDoc' do # uncomment below to test the instance creation #expect(instance).to be_instance_of(Cheminee::BulkRequestDoc) end end describe 'test attribute "smile"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ 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 end
Version data entries
42 entries across 42 versions & 1 rubygems