Sha256: 6567a644043197bbba5d6c5f4169ebdef8967c0be1fb04b68db606e27def94c2
Contents?: true
Size: 1.24 KB
Versions: 5
Compression:
Stored size: 1.24 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::Provider # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'Provider' do before do # run before each test @instance = Vantage::Provider.new end after do # run after each test end describe 'test an instance of Provider' do it 'should create an instance of Provider' do expect(@instance).to be_instance_of(Vantage::Provider) end end describe 'test attribute "id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "name"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "description"' 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