Sha256: b2f4a75a73b2d2f95f8d151b4d46df0d72fa1a5e9c4b2bfe7d05f6694c96739d
Contents?: true
Size: 998 Bytes
Versions: 12
Compression:
Stored size: 998 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.2.3 =end require 'spec_helper' require 'json' require 'date' # Unit tests for CloudsmithApi::PackagesResync # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'PackagesResync' do before do # run before each test @instance = CloudsmithApi::PackagesResync.new end after do # run after each test end describe 'test an instance of PackagesResync' do it 'should create an instance of PackagesResync' do expect(@instance).to be_instance_of(CloudsmithApi::PackagesResync) end end describe 'test attribute "republish"' 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
12 entries across 12 versions & 1 rubygems