Sha256: 9fd3cf9f40ed92225f0b92a15110cffa3367878ba430907ac07960cecb93931e

Contents?: true

Size: 1.89 KB

Versions: 6

Compression:

Stored size: 1.89 KB

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.2.3

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for CloudsmithApi::QuotaHistoryHistory
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'QuotaHistoryHistory' do
  before do
    # run before each test
    @instance = CloudsmithApi::QuotaHistoryHistory.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of QuotaHistoryHistory' do
    it 'should create an instance of QuotaHistoryHistory' do
      expect(@instance).to be_instance_of(CloudsmithApi::QuotaHistoryHistory)
    end
  end
  describe 'test attribute "days"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "display"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "_end"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "plan"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "raw"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "start"' 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

6 entries across 6 versions & 1 rubygems

Version Path
cloudsmith-api-1.30.0 spec/models/quota_history_history_spec.rb
cloudsmith-api-0.57.1 spec/models/quota_history_history_spec.rb
cloudsmith-api-0.54.15 spec/models/quota_history_history_spec.rb
cloudsmith-api-0.53.79 spec/models/quota_history_history_spec.rb
cloudsmith-api-0.53.17 spec/models/quota_history_history_spec.rb
cloudsmith-api-0.53.3 spec/models/quota_history_history_spec.rb