Sha256: 6cd1014ac3086ee7d51f189f923bca03b03b6e713dbc2ae4047ba93551cb088c

Contents?: true

Size: 1.05 KB

Versions: 2

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.21

=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

2 entries across 2 versions & 1 rubygems

Version Path
vantage-client-0.1.0 spec/models/prices_spec.rb
vantage-client-0.1.0.beta.2 spec/models/prices_spec.rb