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