Sha256: 44a89a265e8881d18faceee4b7e4a24a7180b2ff87715dd0d7b3e120947c9344

Contents?: true

Size: 1.67 KB

Versions: 4

Compression:

Stored size: 1.67 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::UserErrorLog
describe SnapTrade::UserErrorLog do
  let(:instance) { SnapTrade::UserErrorLog.new }

  describe 'test an instance of UserErrorLog' do
    it 'should create an instance of UserErrorLog' do
      expect(instance).to be_instance_of(SnapTrade::UserErrorLog)
    end
  end
  describe 'test attribute "requested_at"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "response"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "status_code"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "_query_params"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "http_method"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "endpoint"' 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

Version Path
snaptrade-1.16.2 spec/models/user_error_log_spec.rb
snaptrade-1.15.1 spec/models/user_error_log_spec.rb
snaptrade-1.13.0 spec/models/user_error_log_spec.rb
snaptrade-1.8.0 spec/models/user_error_log_spec.rb