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