Sha256: ed7c0bfa7448b465d20250f28d422768f36ab108fa3858467f81c7e021fd9f6f
Contents?: true
Size: 1.08 KB
Versions: 5
Compression:
Stored size: 1.08 KB
Contents
=begin #Vantage #Vantage API OpenAPI spec version: 1.0.0 Contact: support@vantage.sh Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.19 =end require 'spec_helper' require 'json' require 'date' # Unit tests for Vantage::Providers # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'Providers' do before do # run before each test @instance = Vantage::Providers.new end after do # run after each test end describe 'test an instance of Providers' do it 'should create an instance of Providers' do expect(@instance).to be_instance_of(Vantage::Providers) end end describe 'test attribute "links"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "providers"' 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