Sha256: c26b1a07f119684b07063b4c46dbe320febeb10c5a90157c9246a16ec89cbdbc
Contents?: true
Size: 898 Bytes
Versions: 47
Compression:
Stored size: 898 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::BrokerageType describe SnapTrade::BrokerageType do let(:instance) { SnapTrade::BrokerageType.new } describe 'test an instance of BrokerageType' do it 'should create an instance of BrokerageType' do expect(instance).to be_instance_of(SnapTrade::BrokerageType) 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 end
Version data entries
47 entries across 47 versions & 1 rubygems