Sha256: 167dc8d81126fc90ba0eb79b50dc3ca633d3a6c6946251a6be291087f6dd64b0

Contents?: true

Size: 1.05 KB

Versions: 5

Compression:

Stored size: 1.05 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::Prices
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'Prices' do
  before do
    # run before each test
    @instance = Vantage::Prices.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of Prices' do
    it 'should create an instance of Prices' do
      expect(@instance).to be_instance_of(Vantage::Prices)
    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 "prices"' 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

Version Path
vantage-client-0.0.8 spec/models/prices_spec.rb
vantage-client-0.0.7 spec/models/prices_spec.rb
vantage-client-0.0.6 spec/models/prices_spec.rb
vantage-client-0.0.5 spec/models/prices_spec.rb
vantage-client-0.0.1.beta.1 spec/models/prices_spec.rb