Sha256: 3daf87abfbb8d7506d8abba231433532fdb8a4451bb13ef3ea552f4753e8381c
Contents?: true
Size: 992 Bytes
Versions: 4
Compression:
Stored size: 992 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' # Unit tests for SnapTrade::APIStatusApi describe 'APIStatusApi' do before do # run before each test @api_instance = SnapTrade::APIStatusApi.new end after do # run after each test end describe 'test an instance of APIStatusApi' do it 'should create an instance of APIStatusApi' do expect(@api_instance).to be_instance_of(SnapTrade::APIStatusApi) end end # unit tests for check # Get API Status # Check whether the API is operational and verify timestamps. # @param [Hash] opts the optional parameters # @return [Status] describe 'check test' 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