Sha256: 8ef56fcaeca111a85a8d1f977cfec53d6c10f8195ebcd570f3c9ed9429834a63
Contents?: true
Size: 876 Bytes
Versions: 44
Compression:
Stored size: 876 Bytes
Contents
=begin #Cheminée #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) The version of the OpenAPI document: 1.0 Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.2.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Cheminee::Smile # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe Cheminee::Smile do let(:instance) { Cheminee::Smile.new } describe 'test an instance of Smile' do it 'should create an instance of Smile' do expect(instance).to be_instance_of(Cheminee::Smile) end end describe 'test attribute "smile"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
44 entries across 44 versions & 1 rubygems