Sha256: 736cefec97c4aaa7602e9ea6a72ac76f0ac2e38a23be10a9a668c48659b184c8
Contents?: true
Size: 1.16 KB
Versions: 4
Compression:
Stored size: 1.16 KB
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::SubPeriodReturnRate describe SnapTrade::SubPeriodReturnRate do let(:instance) { SnapTrade::SubPeriodReturnRate.new } describe 'test an instance of SubPeriodReturnRate' do it 'should create an instance of SubPeriodReturnRate' do expect(instance).to be_instance_of(SnapTrade::SubPeriodReturnRate) end end describe 'test attribute "period_start"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "period_end"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "rate_of_return"' 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
4 entries across 4 versions & 1 rubygems