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