Sha256: f08060b7dd7b48cd7c38a2449b5ccb1d29fbf35327af9679b5691740a1832fbe
Contents?: true
Size: 1.55 KB
Versions: 2
Compression:
Stored size: 1.55 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.4.26 =end require 'spec_helper' require 'json' require 'date' # Unit tests for CloudsmithApi::PackagesTag # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'PackagesTag' do before do # run before each test @instance = CloudsmithApi::PackagesTag.new end after do # run after each test end describe 'test an instance of PackagesTag' do it 'should create an instance of PackagesTag' do expect(@instance).to be_instance_of(CloudsmithApi::PackagesTag) end end describe 'test attribute "action"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["add", "clear", "remove", "replace"]) # validator.allowable_values.each do |value| # expect { @instance.action = value }.not_to raise_error # end end end describe 'test attribute "is_immutable"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "tags"' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cloudsmith-api-1.142.3 | spec/models/packages_tag_spec.rb |
cloudsmith-api-1.120.3 | spec/models/packages_tag_spec.rb |