Sha256: dc5966da670cccf8da9396bfa20d84024ec798f92ee997f9c7691e18aa3b0576
Contents?: true
Size: 869 Bytes
Versions: 36
Compression:
Stored size: 869 Bytes
Contents
=begin #SnapTrade #Connect brokerage accounts to your app for live positions and trading The version of the OpenAPI document: 1.0.0 Contact: api@snaptrade.com =end require 'spec_helper' require 'json' require 'date' # Unit tests for SnapTrade::Balance describe SnapTrade::Balance do let(:instance) { SnapTrade::Balance.new } describe 'test an instance of Balance' do it 'should create an instance of Balance' do expect(instance).to be_instance_of(SnapTrade::Balance) end end describe 'test attribute "currency"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "cash"' 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
36 entries across 36 versions & 1 rubygems