Sha256: 7a27d4cfbdc69a1db8572a35b1cdbd498deac8ddec240ee095b7403e761811e9
Contents?: true
Size: 946 Bytes
Versions: 5
Compression:
Stored size: 946 Bytes
Contents
=begin #Cloudsmith API #The API to the Cloudsmith Service OpenAPI spec version: v1 Contact: support@cloudsmith.io Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.26 =end require 'spec_helper' require 'json' require 'date' # Unit tests for CloudsmithApi::Status # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'Status' do before do # run before each test @instance = CloudsmithApi::Status.new end after do # run after each test end describe 'test an instance of Status' do it 'should create an instance of Status' do expect(@instance).to be_instance_of(CloudsmithApi::Status) end end describe 'test attribute "detail"' 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
5 entries across 5 versions & 1 rubygems