snaptrade 2.0.47 → 2.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/Gemfile.lock +3 -3
 - data/README.md +7 -4
 - data/lib/snaptrade/api/authentication_api.rb +2 -2
 - data/lib/snaptrade/api/transactions_and_reporting_api.rb +4 -4
 - data/lib/snaptrade/models/account_order_record.rb +15 -15
 - data/lib/snaptrade/models/account_order_record_universal_symbol.rb +17 -17
 - data/lib/snaptrade/models/brokerage.rb +26 -26
 - data/lib/snaptrade/models/brokerage_authorization.rb +14 -14
 - data/lib/snaptrade/models/manual_trade_symbol.rb +14 -14
 - data/lib/snaptrade/models/option_brokerage_symbol.rb +13 -13
 - data/lib/snaptrade/models/options_position.rb +15 -15
 - data/lib/snaptrade/models/position.rb +16 -16
 - data/lib/snaptrade/models/position_symbol.rb +10 -10
 - data/lib/snaptrade/models/snap_trade_login_user_request_body.rb +1 -1
 - data/lib/snaptrade/models/underlying_symbol.rb +17 -17
 - data/lib/snaptrade/models/universal_activity.rb +1 -1
 - data/lib/snaptrade/models/universal_symbol.rb +17 -17
 - data/lib/snaptrade/version.rb +1 -1
 - data/spec/api/transactions_and_reporting_api_spec.rb +1 -1
 - data/spec/models/account_order_record_spec.rb +6 -6
 - data/spec/models/account_order_record_universal_symbol_spec.rb +3 -3
 - data/spec/models/brokerage_authorization_spec.rb +6 -6
 - data/spec/models/brokerage_spec.rb +8 -8
 - data/spec/models/manual_trade_symbol_spec.rb +6 -6
 - data/spec/models/option_brokerage_symbol_spec.rb +3 -3
 - data/spec/models/options_position_spec.rb +2 -2
 - data/spec/models/position_spec.rb +2 -2
 - data/spec/models/position_symbol_spec.rb +3 -3
 - data/spec/models/underlying_symbol_spec.rb +3 -3
 - data/spec/models/universal_symbol_spec.rb +3 -3
 - metadata +100 -100
 
| 
         @@ -62,19 +62,19 @@ describe SnapTrade::AccountOrderRecordUniversalSymbol do 
     | 
|
| 
       62 
62 
     | 
    
         
             
                end
         
     | 
| 
       63 
63 
     | 
    
         
             
              end
         
     | 
| 
       64 
64 
     | 
    
         | 
| 
       65 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 65 
     | 
    
         
            +
              describe 'test attribute "figi_code"' do
         
     | 
| 
       66 
66 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       67 
67 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       68 
68 
     | 
    
         
             
                end
         
     | 
| 
       69 
69 
     | 
    
         
             
              end
         
     | 
| 
       70 
70 
     | 
    
         | 
| 
       71 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 71 
     | 
    
         
            +
              describe 'test attribute "figi_instrument"' do
         
     | 
| 
       72 
72 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       73 
73 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       74 
74 
     | 
    
         
             
                end
         
     | 
| 
       75 
75 
     | 
    
         
             
              end
         
     | 
| 
       76 
76 
     | 
    
         | 
| 
       77 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 77 
     | 
    
         
            +
              describe 'test attribute "currencies"' do
         
     | 
| 
       78 
78 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       79 
79 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       80 
80 
     | 
    
         
             
                end
         
     | 
| 
         @@ -32,12 +32,6 @@ describe SnapTrade::BrokerageAuthorization do 
     | 
|
| 
       32 
32 
     | 
    
         
             
                end
         
     | 
| 
       33 
33 
     | 
    
         
             
              end
         
     | 
| 
       34 
34 
     | 
    
         | 
| 
       35 
     | 
    
         
            -
              describe 'test attribute "updated_date"' do
         
     | 
| 
       36 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       37 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       38 
     | 
    
         
            -
                end
         
     | 
| 
       39 
     | 
    
         
            -
              end
         
     | 
| 
       40 
     | 
    
         
            -
             
     | 
| 
       41 
35 
     | 
    
         
             
              describe 'test attribute "brokerage"' do
         
     | 
| 
       42 
36 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       43 
37 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
         @@ -74,4 +68,10 @@ describe SnapTrade::BrokerageAuthorization do 
     | 
|
| 
       74 
68 
     | 
    
         
             
                end
         
     | 
| 
       75 
69 
     | 
    
         
             
              end
         
     | 
| 
       76 
70 
     | 
    
         | 
| 
      
 71 
     | 
    
         
            +
              describe 'test attribute "updated_date"' do
         
     | 
| 
      
 72 
     | 
    
         
            +
                it 'should work' do
         
     | 
| 
      
 73 
     | 
    
         
            +
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
      
 74 
     | 
    
         
            +
                end
         
     | 
| 
      
 75 
     | 
    
         
            +
              end
         
     | 
| 
      
 76 
     | 
    
         
            +
             
     | 
| 
       77 
77 
     | 
    
         
             
            end
         
     | 
| 
         @@ -62,12 +62,6 @@ describe SnapTrade::Brokerage do 
     | 
|
| 
       62 
62 
     | 
    
         
             
                end
         
     | 
| 
       63 
63 
     | 
    
         
             
              end
         
     | 
| 
       64 
64 
     | 
    
         | 
| 
       65 
     | 
    
         
            -
              describe 'test attribute "open_url"' do
         
     | 
| 
       66 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       67 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       68 
     | 
    
         
            -
                end
         
     | 
| 
       69 
     | 
    
         
            -
              end
         
     | 
| 
       70 
     | 
    
         
            -
             
     | 
| 
       71 
65 
     | 
    
         
             
              describe 'test attribute "url"' do
         
     | 
| 
       72 
66 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       73 
67 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
         @@ -86,13 +80,13 @@ describe SnapTrade::Brokerage do 
     | 
|
| 
       86 
80 
     | 
    
         
             
                end
         
     | 
| 
       87 
81 
     | 
    
         
             
              end
         
     | 
| 
       88 
82 
     | 
    
         | 
| 
       89 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 83 
     | 
    
         
            +
              describe 'test attribute "allows_trading"' do
         
     | 
| 
       90 
84 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       91 
85 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       92 
86 
     | 
    
         
             
                end
         
     | 
| 
       93 
87 
     | 
    
         
             
              end
         
     | 
| 
       94 
88 
     | 
    
         | 
| 
       95 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 89 
     | 
    
         
            +
              describe 'test attribute "allows_fractional_units"' do
         
     | 
| 
       96 
90 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       97 
91 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       98 
92 
     | 
    
         
             
                end
         
     | 
| 
         @@ -122,4 +116,10 @@ describe SnapTrade::Brokerage do 
     | 
|
| 
       122 
116 
     | 
    
         
             
                end
         
     | 
| 
       123 
117 
     | 
    
         
             
              end
         
     | 
| 
       124 
118 
     | 
    
         | 
| 
      
 119 
     | 
    
         
            +
              describe 'test attribute "open_url"' do
         
     | 
| 
      
 120 
     | 
    
         
            +
                it 'should work' do
         
     | 
| 
      
 121 
     | 
    
         
            +
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
      
 122 
     | 
    
         
            +
                end
         
     | 
| 
      
 123 
     | 
    
         
            +
              end
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
       125 
125 
     | 
    
         
             
            end
         
     | 
| 
         @@ -20,12 +20,6 @@ describe SnapTrade::ManualTradeSymbol do 
     | 
|
| 
       20 
20 
     | 
    
         
             
                  expect(instance).to be_instance_of(SnapTrade::ManualTradeSymbol)
         
     | 
| 
       21 
21 
     | 
    
         
             
                end
         
     | 
| 
       22 
22 
     | 
    
         
             
              end
         
     | 
| 
       23 
     | 
    
         
            -
              describe 'test attribute "brokerage_symbol_id"' do
         
     | 
| 
       24 
     | 
    
         
            -
                it 'should work' do
         
     | 
| 
       25 
     | 
    
         
            -
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       26 
     | 
    
         
            -
                end
         
     | 
| 
       27 
     | 
    
         
            -
              end
         
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
23 
     | 
    
         
             
              describe 'test attribute "universal_symbol_id"' do
         
     | 
| 
       30 
24 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       31 
25 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
         @@ -56,4 +50,10 @@ describe SnapTrade::ManualTradeSymbol do 
     | 
|
| 
       56 
50 
     | 
    
         
             
                end
         
     | 
| 
       57 
51 
     | 
    
         
             
              end
         
     | 
| 
       58 
52 
     | 
    
         | 
| 
      
 53 
     | 
    
         
            +
              describe 'test attribute "brokerage_symbol_id"' do
         
     | 
| 
      
 54 
     | 
    
         
            +
                it 'should work' do
         
     | 
| 
      
 55 
     | 
    
         
            +
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
      
 56 
     | 
    
         
            +
                end
         
     | 
| 
      
 57 
     | 
    
         
            +
              end
         
     | 
| 
      
 58 
     | 
    
         
            +
             
     | 
| 
       59 
59 
     | 
    
         
             
            end
         
     | 
| 
         @@ -20,19 +20,19 @@ describe SnapTrade::OptionBrokerageSymbol do 
     | 
|
| 
       20 
20 
     | 
    
         
             
                  expect(instance).to be_instance_of(SnapTrade::OptionBrokerageSymbol)
         
     | 
| 
       21 
21 
     | 
    
         
             
                end
         
     | 
| 
       22 
22 
     | 
    
         
             
              end
         
     | 
| 
       23 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 23 
     | 
    
         
            +
              describe 'test attribute "option_symbol"' do
         
     | 
| 
       24 
24 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       25 
25 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         | 
| 
       29 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 29 
     | 
    
         
            +
              describe 'test attribute "id"' do
         
     | 
| 
       30 
30 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       31 
31 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       32 
32 
     | 
    
         
             
                end
         
     | 
| 
       33 
33 
     | 
    
         
             
              end
         
     | 
| 
       34 
34 
     | 
    
         | 
| 
       35 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 35 
     | 
    
         
            +
              describe 'test attribute "description"' do
         
     | 
| 
       36 
36 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       37 
37 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       38 
38 
     | 
    
         
             
                end
         
     | 
| 
         @@ -38,13 +38,13 @@ describe SnapTrade::OptionsPosition do 
     | 
|
| 
       38 
38 
     | 
    
         
             
                end
         
     | 
| 
       39 
39 
     | 
    
         
             
              end
         
     | 
| 
       40 
40 
     | 
    
         | 
| 
       41 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 41 
     | 
    
         
            +
              describe 'test attribute "average_purchase_price"' do
         
     | 
| 
       42 
42 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       43 
43 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       44 
44 
     | 
    
         
             
                end
         
     | 
| 
       45 
45 
     | 
    
         
             
              end
         
     | 
| 
       46 
46 
     | 
    
         | 
| 
       47 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 47 
     | 
    
         
            +
              describe 'test attribute "currency"' do
         
     | 
| 
       48 
48 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       49 
49 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       50 
50 
     | 
    
         
             
                end
         
     | 
| 
         @@ -44,13 +44,13 @@ describe SnapTrade::Position do 
     | 
|
| 
       44 
44 
     | 
    
         
             
                end
         
     | 
| 
       45 
45 
     | 
    
         
             
              end
         
     | 
| 
       46 
46 
     | 
    
         | 
| 
       47 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 47 
     | 
    
         
            +
              describe 'test attribute "average_purchase_price"' do
         
     | 
| 
       48 
48 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       49 
49 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       50 
50 
     | 
    
         
             
                end
         
     | 
| 
       51 
51 
     | 
    
         
             
              end
         
     | 
| 
       52 
52 
     | 
    
         | 
| 
       53 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 53 
     | 
    
         
            +
              describe 'test attribute "fractional_units"' do
         
     | 
| 
       54 
54 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       55 
55 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       56 
56 
     | 
    
         
             
                end
         
     | 
| 
         @@ -20,19 +20,19 @@ describe SnapTrade::PositionSymbol do 
     | 
|
| 
       20 
20 
     | 
    
         
             
                  expect(instance).to be_instance_of(SnapTrade::PositionSymbol)
         
     | 
| 
       21 
21 
     | 
    
         
             
                end
         
     | 
| 
       22 
22 
     | 
    
         
             
              end
         
     | 
| 
       23 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 23 
     | 
    
         
            +
              describe 'test attribute "symbol"' do
         
     | 
| 
       24 
24 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       25 
25 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         | 
| 
       29 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 29 
     | 
    
         
            +
              describe 'test attribute "id"' do
         
     | 
| 
       30 
30 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       31 
31 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       32 
32 
     | 
    
         
             
                end
         
     | 
| 
       33 
33 
     | 
    
         
             
              end
         
     | 
| 
       34 
34 
     | 
    
         | 
| 
       35 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 35 
     | 
    
         
            +
              describe 'test attribute "description"' do
         
     | 
| 
       36 
36 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       37 
37 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       38 
38 
     | 
    
         
             
                end
         
     | 
| 
         @@ -62,19 +62,19 @@ describe SnapTrade::UnderlyingSymbol do 
     | 
|
| 
       62 
62 
     | 
    
         
             
                end
         
     | 
| 
       63 
63 
     | 
    
         
             
              end
         
     | 
| 
       64 
64 
     | 
    
         | 
| 
       65 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 65 
     | 
    
         
            +
              describe 'test attribute "figi_code"' do
         
     | 
| 
       66 
66 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       67 
67 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       68 
68 
     | 
    
         
             
                end
         
     | 
| 
       69 
69 
     | 
    
         
             
              end
         
     | 
| 
       70 
70 
     | 
    
         | 
| 
       71 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 71 
     | 
    
         
            +
              describe 'test attribute "figi_instrument"' do
         
     | 
| 
       72 
72 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       73 
73 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       74 
74 
     | 
    
         
             
                end
         
     | 
| 
       75 
75 
     | 
    
         
             
              end
         
     | 
| 
       76 
76 
     | 
    
         | 
| 
       77 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 77 
     | 
    
         
            +
              describe 'test attribute "currencies"' do
         
     | 
| 
       78 
78 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       79 
79 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       80 
80 
     | 
    
         
             
                end
         
     | 
| 
         @@ -62,19 +62,19 @@ describe SnapTrade::UniversalSymbol do 
     | 
|
| 
       62 
62 
     | 
    
         
             
                end
         
     | 
| 
       63 
63 
     | 
    
         
             
              end
         
     | 
| 
       64 
64 
     | 
    
         | 
| 
       65 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 65 
     | 
    
         
            +
              describe 'test attribute "figi_code"' do
         
     | 
| 
       66 
66 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       67 
67 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       68 
68 
     | 
    
         
             
                end
         
     | 
| 
       69 
69 
     | 
    
         
             
              end
         
     | 
| 
       70 
70 
     | 
    
         | 
| 
       71 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 71 
     | 
    
         
            +
              describe 'test attribute "figi_instrument"' do
         
     | 
| 
       72 
72 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       73 
73 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       74 
74 
     | 
    
         
             
                end
         
     | 
| 
       75 
75 
     | 
    
         
             
              end
         
     | 
| 
       76 
76 
     | 
    
         | 
| 
       77 
     | 
    
         
            -
              describe 'test attribute " 
     | 
| 
      
 77 
     | 
    
         
            +
              describe 'test attribute "currencies"' do
         
     | 
| 
       78 
78 
     | 
    
         
             
                it 'should work' do
         
     | 
| 
       79 
79 
     | 
    
         
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         
     | 
| 
       80 
80 
     | 
    
         
             
                end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: snaptrade
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 2.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 2.0.49
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - SnapTrade
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2024-10- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2024-10-28 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: faraday
         
     | 
| 
         @@ -359,127 +359,127 @@ signing_key: 
     | 
|
| 
       359 
359 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       360 
360 
     | 
    
         
             
            summary: SnapTrade Ruby Gem
         
     | 
| 
       361 
361 
     | 
    
         
             
            test_files:
         
     | 
| 
       362 
     | 
    
         
            -
            - spec/api/account_information_api_spec.rb
         
     | 
| 
       363 
362 
     | 
    
         
             
            - spec/api/api_status_api_spec.rb
         
     | 
| 
      
 363 
     | 
    
         
            +
            - spec/api/account_information_api_spec.rb
         
     | 
| 
      
 364 
     | 
    
         
            +
            - spec/api/connections_api_spec.rb
         
     | 
| 
      
 365 
     | 
    
         
            +
            - spec/api/options_api_spec.rb
         
     | 
| 
       364 
366 
     | 
    
         
             
            - spec/api/trading_api_spec.rb
         
     | 
| 
       365 
367 
     | 
    
         
             
            - spec/api/reference_data_api_spec.rb
         
     | 
| 
       366 
     | 
    
         
            -
            - spec/api/authentication_api_spec.rb
         
     | 
| 
       367 
368 
     | 
    
         
             
            - spec/api/transactions_and_reporting_api_spec.rb
         
     | 
| 
       368 
     | 
    
         
            -
            - spec/api/ 
     | 
| 
       369 
     | 
    
         
            -
            - spec/api/connections_api_spec.rb
         
     | 
| 
      
 369 
     | 
    
         
            +
            - spec/api/authentication_api_spec.rb
         
     | 
| 
       370 
370 
     | 
    
         
             
            - spec/api_client_spec.rb
         
     | 
| 
       371 
371 
     | 
    
         
             
            - spec/configuration_spec.rb
         
     | 
| 
       372 
372 
     | 
    
         
             
            - spec/getting_started_spec.rb
         
     | 
| 
       373 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
      
 373 
     | 
    
         
            +
            - spec/models/snap_trade_login_user_request_body_spec.rb
         
     | 
| 
      
 374 
     | 
    
         
            +
            - spec/models/snap_trade_register_user_request_body_spec.rb
         
     | 
| 
      
 375 
     | 
    
         
            +
            - spec/models/universal_activity_currency_spec.rb
         
     | 
| 
      
 376 
     | 
    
         
            +
            - spec/models/performance_custom_spec.rb
         
     | 
| 
      
 377 
     | 
    
         
            +
            - spec/models/option_strategy_legs_inner_spec.rb
         
     | 
| 
      
 378 
     | 
    
         
            +
            - spec/models/option_leg_spec.rb
         
     | 
| 
      
 379 
     | 
    
         
            +
            - spec/models/account_spec.rb
         
     | 
| 
       374 
380 
     | 
    
         
             
            - spec/models/exchange_rate_pairs_spec.rb
         
     | 
| 
       375 
     | 
    
         
            -
            - spec/models/snap_trade_holdings_account_spec.rb
         
     | 
| 
       376 
     | 
    
         
            -
            - spec/models/account_holdings_account_spec.rb
         
     | 
| 
       377 
     | 
    
         
            -
            - spec/models/brokerage_authorization_type_read_only_brokerage_spec.rb
         
     | 
| 
       378 
     | 
    
         
            -
            - spec/models/user_i_dand_secret_spec.rb
         
     | 
| 
       379 
     | 
    
         
            -
            - spec/models/transactions_status_spec.rb
         
     | 
| 
       380 
381 
     | 
    
         
             
            - spec/models/model403_feature_not_enabled_response_spec.rb
         
     | 
| 
       381 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       382 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       383 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       384 
     | 
    
         
            -
            - spec/models/model500_unexpected_exception_response_spec.rb
         
     | 
| 
       385 
     | 
    
         
            -
            - spec/models/currency_spec.rb
         
     | 
| 
       386 
     | 
    
         
            -
            - spec/models/net_contributions_spec.rb
         
     | 
| 
       387 
     | 
    
         
            -
            - spec/models/auth_type_spec.rb
         
     | 
| 
       388 
     | 
    
         
            -
            - spec/models/model400_failed_request_response_spec.rb
         
     | 
| 
       389 
     | 
    
         
            -
            - spec/models/snap_trade_register_user_request_body_spec.rb
         
     | 
| 
       390 
     | 
    
         
            -
            - spec/models/account_order_record_option_symbol_spec.rb
         
     | 
| 
       391 
     | 
    
         
            -
            - spec/models/manual_trade_form_spec.rb
         
     | 
| 
       392 
     | 
    
         
            -
            - spec/models/validated_trade_body_spec.rb
         
     | 
| 
      
 382 
     | 
    
         
            +
            - spec/models/time_in_force_strict_spec.rb
         
     | 
| 
      
 383 
     | 
    
         
            +
            - spec/models/options_get_option_strategy_request_spec.rb
         
     | 
| 
      
 384 
     | 
    
         
            +
            - spec/models/account_sync_status_spec.rb
         
     | 
| 
       393 
385 
     | 
    
         
             
            - spec/models/brokerage_spec.rb
         
     | 
| 
       394 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       395 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       396 
     | 
    
         
            -
            - spec/models/snap_trade_holdings_total_value_spec.rb
         
     | 
| 
       397 
     | 
    
         
            -
            - spec/models/options_symbol_spec.rb
         
     | 
| 
       398 
     | 
    
         
            -
            - spec/models/options_position_spec.rb
         
     | 
| 
       399 
     | 
    
         
            -
            - spec/models/strategy_type_spec.rb
         
     | 
| 
       400 
     | 
    
         
            -
            - spec/models/brokerage_authorization_disabled_confirmation_spec.rb
         
     | 
| 
       401 
     | 
    
         
            -
            - spec/models/encrypted_response_spec.rb
         
     | 
| 
       402 
     | 
    
         
            -
            - spec/models/option_type_spec.rb
         
     | 
| 
       403 
     | 
    
         
            -
            - spec/models/type_spec.rb
         
     | 
| 
      
 386 
     | 
    
         
            +
            - spec/models/exchange_spec.rb
         
     | 
| 
      
 387 
     | 
    
         
            +
            - spec/models/option_brokerage_symbol_spec.rb
         
     | 
| 
       404 
388 
     | 
    
         
             
            - spec/models/underlying_symbol_type_spec.rb
         
     | 
| 
       405 
     | 
    
         
            -
            - spec/models/account_order_record_universal_symbol_spec.rb
         
     | 
| 
       406 
     | 
    
         
            -
            - spec/models/underlying_symbol_spec.rb
         
     | 
| 
       407 
     | 
    
         
            -
            - spec/models/model401_failed_request_response_spec.rb
         
     | 
| 
       408 
     | 
    
         
            -
            - spec/models/authentication_login_snap_trade_user200_response_spec.rb
         
     | 
| 
       409 
     | 
    
         
            -
            - spec/models/model404_failed_request_response_spec.rb
         
     | 
| 
       410 
     | 
    
         
            -
            - spec/models/balance_currency_spec.rb
         
     | 
| 
       411 
     | 
    
         
            -
            - spec/models/position_symbol_spec.rb
         
     | 
| 
       412 
     | 
    
         
            -
            - spec/models/universal_activity_currency_spec.rb
         
     | 
| 
       413 
     | 
    
         
            -
            - spec/models/status_spec.rb
         
     | 
| 
       414 
389 
     | 
    
         
             
            - spec/models/brokerage_authorization_spec.rb
         
     | 
| 
      
 390 
     | 
    
         
            +
            - spec/models/account_order_record_spec.rb
         
     | 
| 
      
 391 
     | 
    
         
            +
            - spec/models/net_contributions_spec.rb
         
     | 
| 
      
 392 
     | 
    
         
            +
            - spec/models/symbol_exchange_spec.rb
         
     | 
| 
      
 393 
     | 
    
         
            +
            - spec/models/universal_activity_spec.rb
         
     | 
| 
      
 394 
     | 
    
         
            +
            - spec/models/holdings_status_spec.rb
         
     | 
| 
      
 395 
     | 
    
         
            +
            - spec/models/manual_trade_form_with_options_spec.rb
         
     | 
| 
       415 
396 
     | 
    
         
             
            - spec/models/account_balance_total_spec.rb
         
     | 
| 
       416 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       417 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
      
 397 
     | 
    
         
            +
            - spec/models/manual_trade_form_spec.rb
         
     | 
| 
      
 398 
     | 
    
         
            +
            - spec/models/brokerage_type_spec.rb
         
     | 
| 
      
 399 
     | 
    
         
            +
            - spec/models/model402_brokerage_auth_already_disabled_exception_spec.rb
         
     | 
| 
      
 400 
     | 
    
         
            +
            - spec/models/brokerage_authorization_type_read_only_spec.rb
         
     | 
| 
      
 401 
     | 
    
         
            +
            - spec/models/figi_instrument_spec.rb
         
     | 
| 
      
 402 
     | 
    
         
            +
            - spec/models/model403_failed_request_response_spec.rb
         
     | 
| 
      
 403 
     | 
    
         
            +
            - spec/models/type_spec.rb
         
     | 
| 
      
 404 
     | 
    
         
            +
            - spec/models/account_order_record_status_spec.rb
         
     | 
| 
      
 405 
     | 
    
         
            +
            - spec/models/option_chain_inner_chain_per_root_inner_chain_per_strike_price_inner_spec.rb
         
     | 
| 
      
 406 
     | 
    
         
            +
            - spec/models/model404_failed_request_response_spec.rb
         
     | 
| 
       418 
407 
     | 
    
         
             
            - spec/models/option_leg_action_spec.rb
         
     | 
| 
       419 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       420 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       421 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       422 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       423 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
      
 408 
     | 
    
         
            +
            - spec/models/option_chain_inner_chain_per_root_inner_spec.rb
         
     | 
| 
      
 409 
     | 
    
         
            +
            - spec/models/user_i_dand_secret_spec.rb
         
     | 
| 
      
 410 
     | 
    
         
            +
            - spec/models/dividend_at_date_spec.rb
         
     | 
| 
      
 411 
     | 
    
         
            +
            - spec/models/order_type_strict_spec.rb
         
     | 
| 
      
 412 
     | 
    
         
            +
            - spec/models/manual_trade_impact_spec.rb
         
     | 
| 
      
 413 
     | 
    
         
            +
            - spec/models/brokerage_authorization_disabled_confirmation_spec.rb
         
     | 
| 
      
 414 
     | 
    
         
            +
            - spec/models/model500_unexpected_exception_response_spec.rb
         
     | 
| 
      
 415 
     | 
    
         
            +
            - spec/models/brokerage_authorization_type_read_only_brokerage_spec.rb
         
     | 
| 
      
 416 
     | 
    
         
            +
            - spec/models/manual_trade_symbol_spec.rb
         
     | 
| 
      
 417 
     | 
    
         
            +
            - spec/models/options_symbol_spec.rb
         
     | 
| 
      
 418 
     | 
    
         
            +
            - spec/models/symbol_spec.rb
         
     | 
| 
      
 419 
     | 
    
         
            +
            - spec/models/universal_activity_symbol_spec.rb
         
     | 
| 
      
 420 
     | 
    
         
            +
            - spec/models/action_strict_with_options_spec.rb
         
     | 
| 
       424 
421 
     | 
    
         
             
            - spec/models/monthly_dividends_spec.rb
         
     | 
| 
       425 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       426 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       427 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
      
 422 
     | 
    
         
            +
            - spec/models/model400_failed_request_response_spec.rb
         
     | 
| 
      
 423 
     | 
    
         
            +
            - spec/models/connections_session_events200_response_inner_spec.rb
         
     | 
| 
      
 424 
     | 
    
         
            +
            - spec/models/symbol_query_spec.rb
         
     | 
| 
      
 425 
     | 
    
         
            +
            - spec/models/options_place_option_strategy_request_spec.rb
         
     | 
| 
      
 426 
     | 
    
         
            +
            - spec/models/notional_value_spec.rb
         
     | 
| 
      
 427 
     | 
    
         
            +
            - spec/models/account_order_record_universal_symbol_spec.rb
         
     | 
| 
      
 428 
     | 
    
         
            +
            - spec/models/session_event_type_spec.rb
         
     | 
| 
      
 429 
     | 
    
         
            +
            - spec/models/underlying_symbol_spec.rb
         
     | 
| 
      
 430 
     | 
    
         
            +
            - spec/models/trading_cancel_user_account_order_request_spec.rb
         
     | 
| 
      
 431 
     | 
    
         
            +
            - spec/models/us_exchange_spec.rb
         
     | 
| 
      
 432 
     | 
    
         
            +
            - spec/models/strategy_order_record_status_spec.rb
         
     | 
| 
      
 433 
     | 
    
         
            +
            - spec/models/balance_spec.rb
         
     | 
| 
       428 
434 
     | 
    
         
             
            - spec/models/universal_symbol_spec.rb
         
     | 
| 
       429 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       430 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
      
 435 
     | 
    
         
            +
            - spec/models/strategy_quotes_greek_spec.rb
         
     | 
| 
      
 436 
     | 
    
         
            +
            - spec/models/options_position_spec.rb
         
     | 
| 
      
 437 
     | 
    
         
            +
            - spec/models/manual_trade_balance_spec.rb
         
     | 
| 
      
 438 
     | 
    
         
            +
            - spec/models/option_type_spec.rb
         
     | 
| 
      
 439 
     | 
    
         
            +
            - spec/models/validated_trade_body_spec.rb
         
     | 
| 
       431 
440 
     | 
    
         
             
            - spec/models/sub_period_return_rate_spec.rb
         
     | 
| 
       432 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
      
 441 
     | 
    
         
            +
            - spec/models/account_simple_spec.rb
         
     | 
| 
      
 442 
     | 
    
         
            +
            - spec/models/account_balance_spec.rb
         
     | 
| 
      
 443 
     | 
    
         
            +
            - spec/models/brokerage_authorization_refresh_confirmation_spec.rb
         
     | 
| 
      
 444 
     | 
    
         
            +
            - spec/models/auth_type_spec.rb
         
     | 
| 
      
 445 
     | 
    
         
            +
            - spec/models/encrypted_response_spec.rb
         
     | 
| 
      
 446 
     | 
    
         
            +
            - spec/models/underlying_symbol_exchange_spec.rb
         
     | 
| 
      
 447 
     | 
    
         
            +
            - spec/models/strategy_order_record_spec.rb
         
     | 
| 
       433 
448 
     | 
    
         
             
            - spec/models/manual_trade_spec.rb
         
     | 
| 
       434 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       435 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       436 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       437 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       438 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       439 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       440 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
      
 449 
     | 
    
         
            +
            - spec/models/delete_user_response_spec.rb
         
     | 
| 
      
 450 
     | 
    
         
            +
            - spec/models/connection_portal_version_spec.rb
         
     | 
| 
      
 451 
     | 
    
         
            +
            - spec/models/snap_trade_holdings_total_value_spec.rb
         
     | 
| 
      
 452 
     | 
    
         
            +
            - spec/models/transactions_status_spec.rb
         
     | 
| 
      
 453 
     | 
    
         
            +
            - spec/models/model402_brokerage_auth_disabled_response_spec.rb
         
     | 
| 
      
 454 
     | 
    
         
            +
            - spec/models/balance_currency_spec.rb
         
     | 
| 
      
 455 
     | 
    
         
            +
            - spec/models/partner_data_spec.rb
         
     | 
| 
      
 456 
     | 
    
         
            +
            - spec/models/position_spec.rb
         
     | 
| 
      
 457 
     | 
    
         
            +
            - spec/models/option_chain_inner_spec.rb
         
     | 
| 
      
 458 
     | 
    
         
            +
            - spec/models/snap_trade_holdings_account_spec.rb
         
     | 
| 
      
 459 
     | 
    
         
            +
            - spec/models/net_dividend_spec.rb
         
     | 
| 
       441 
460 
     | 
    
         
             
            - spec/models/universal_activity_option_symbol_spec.rb
         
     | 
| 
       442 
     | 
    
         
            -
            - spec/models/exchange_spec.rb
         
     | 
| 
       443 
     | 
    
         
            -
            - spec/models/figi_instrument_spec.rb
         
     | 
| 
       444 
     | 
    
         
            -
            - spec/models/symbol_spec.rb
         
     | 
| 
       445 
     | 
    
         
            -
            - spec/models/strategy_quotes_greek_spec.rb
         
     | 
| 
       446 
     | 
    
         
            -
            - spec/models/symbol_exchange_spec.rb
         
     | 
| 
       447 
461 
     | 
    
         
             
            - spec/models/option_strategy_spec.rb
         
     | 
| 
       448 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       449 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
      
 462 
     | 
    
         
            +
            - spec/models/model401_failed_request_response_spec.rb
         
     | 
| 
      
 463 
     | 
    
         
            +
            - spec/models/position_symbol_spec.rb
         
     | 
| 
      
 464 
     | 
    
         
            +
            - spec/models/options_position_currency_spec.rb
         
     | 
| 
      
 465 
     | 
    
         
            +
            - spec/models/authentication_login_snap_trade_user200_response_spec.rb
         
     | 
| 
      
 466 
     | 
    
         
            +
            - spec/models/account_holdings_spec.rb
         
     | 
| 
      
 467 
     | 
    
         
            +
            - spec/models/encrypted_response_encrypted_message_data_spec.rb
         
     | 
| 
      
 468 
     | 
    
         
            +
            - spec/models/strategy_type_spec.rb
         
     | 
| 
      
 469 
     | 
    
         
            +
            - spec/models/manual_trade_and_impact_spec.rb
         
     | 
| 
      
 470 
     | 
    
         
            +
            - spec/models/currency_spec.rb
         
     | 
| 
      
 471 
     | 
    
         
            +
            - spec/models/status_spec.rb
         
     | 
| 
       450 
472 
     | 
    
         
             
            - spec/models/symbols_quotes_inner_spec.rb
         
     | 
| 
       451 
     | 
    
         
            -
            - spec/models/option_chain_inner_spec.rb
         
     | 
| 
       452 
     | 
    
         
            -
            - spec/models/order_type_strict_spec.rb
         
     | 
| 
       453 
     | 
    
         
            -
            - spec/models/past_value_spec.rb
         
     | 
| 
       454 
     | 
    
         
            -
            - spec/models/manual_trade_impact_spec.rb
         
     | 
| 
       455 
     | 
    
         
            -
            - spec/models/model402_brokerage_auth_disabled_response_spec.rb
         
     | 
| 
       456 
     | 
    
         
            -
            - spec/models/account_order_record_spec.rb
         
     | 
| 
       457 
     | 
    
         
            -
            - spec/models/connection_type_spec.rb
         
     | 
| 
       458 
     | 
    
         
            -
            - spec/models/manual_trade_form_notional_value_spec.rb
         
     | 
| 
       459 
     | 
    
         
            -
            - spec/models/dividend_at_date_spec.rb
         
     | 
| 
       460 
473 
     | 
    
         
             
            - spec/models/login_redirect_uri_spec.rb
         
     | 
| 
       461 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       462 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       463 
     | 
    
         
            -
            - spec/models/model402_brokerage_auth_already_disabled_exception_spec.rb
         
     | 
| 
       464 
     | 
    
         
            -
            - spec/models/position_spec.rb
         
     | 
| 
       465 
     | 
    
         
            -
            - spec/models/notional_value_spec.rb
         
     | 
| 
       466 
     | 
    
         
            -
            - spec/models/action_strict_with_options_spec.rb
         
     | 
| 
       467 
     | 
    
         
            -
            - spec/models/options_get_option_strategy_request_spec.rb
         
     | 
| 
       468 
     | 
    
         
            -
            - spec/models/option_chain_inner_chain_per_root_inner_spec.rb
         
     | 
| 
       469 
     | 
    
         
            -
            - spec/models/trading_cancel_user_account_order_request_spec.rb
         
     | 
| 
      
 474 
     | 
    
         
            +
            - spec/models/connection_type_spec.rb
         
     | 
| 
      
 475 
     | 
    
         
            +
            - spec/models/account_order_record_option_symbol_spec.rb
         
     | 
| 
       470 
476 
     | 
    
         
             
            - spec/models/symbol_currency_spec.rb
         
     | 
| 
       471 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       472 
     | 
    
         
            -
            - spec/models/session_event_type_spec.rb
         
     | 
| 
       473 
     | 
    
         
            -
            - spec/models/model403_failed_request_response_spec.rb
         
     | 
| 
       474 
     | 
    
         
            -
            - spec/models/symbol_query_spec.rb
         
     | 
| 
       475 
     | 
    
         
            -
            - spec/models/brokerage_authorization_type_read_only_spec.rb
         
     | 
| 
       476 
     | 
    
         
            -
            - spec/models/options_place_option_strategy_request_spec.rb
         
     | 
| 
       477 
     | 
    
         
            -
            - spec/models/account_spec.rb
         
     | 
| 
       478 
     | 
    
         
            -
            - spec/models/brokerage_authorization_refresh_confirmation_spec.rb
         
     | 
| 
      
 477 
     | 
    
         
            +
            - spec/models/security_type_spec.rb
         
     | 
| 
       479 
478 
     | 
    
         
             
            - spec/models/session_event_spec.rb
         
     | 
| 
       480 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       481 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       482 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
       483 
     | 
    
         
            -
            - spec/models/ 
     | 
| 
      
 479 
     | 
    
         
            +
            - spec/models/account_holdings_account_spec.rb
         
     | 
| 
      
 480 
     | 
    
         
            +
            - spec/models/strategy_quotes_spec.rb
         
     | 
| 
      
 481 
     | 
    
         
            +
            - spec/models/past_value_spec.rb
         
     | 
| 
      
 482 
     | 
    
         
            +
            - spec/models/manual_trade_form_notional_value_spec.rb
         
     | 
| 
       484 
483 
     | 
    
         
             
            - spec/models/symbol_figi_instrument_spec.rb
         
     | 
| 
      
 484 
     | 
    
         
            +
            - spec/models/action_strict_spec.rb
         
     | 
| 
       485 
485 
     | 
    
         
             
            - spec/spec_helper.rb
         
     |