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