Sha256: 977ddd9cc07f2dd84dc16b9ef7a4529322689cbf05f0fde8434a5149bb4b0b2a
Contents?: true
Size: 981 Bytes
Versions: 16
Compression:
Stored size: 981 Bytes
Contents
=begin #Cloudsmith API (v1) #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::ErrorDetail # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'ErrorDetail' do before do # run before each test @instance = CloudsmithApi::ErrorDetail.new end after do # run after each test end describe 'test an instance of ErrorDetail' do it 'should create an instance of ErrorDetail' do expect(@instance).to be_instance_of(CloudsmithApi::ErrorDetail) 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
16 entries across 16 versions & 1 rubygems