Sha256: d46034a6f8c0a957bc7c9496925b3e908ef5f47388a6d5cc5a37b97422a63836
Contents?: true
Size: 896 Bytes
Versions: 46
Compression:
Stored size: 896 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::BrokerageAuthorizationDisabledConfirmation describe SnapTrade::BrokerageAuthorizationDisabledConfirmation do let(:instance) { SnapTrade::BrokerageAuthorizationDisabledConfirmation.new } describe 'test an instance of BrokerageAuthorizationDisabledConfirmation' do it 'should create an instance of BrokerageAuthorizationDisabledConfirmation' do expect(instance).to be_instance_of(SnapTrade::BrokerageAuthorizationDisabledConfirmation) end end describe 'test attribute "detail"' 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
46 entries across 46 versions & 1 rubygems