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