Sha256: 5f2b448b7dba1ec598b2a0cb7ddb7b76c4f5a24f8ca4ade43429c486c6287b93

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 Bytes

Contents

require 'rspec'
require 'ib-ruby'

RSpec.configure do |config|
  # config.exclusion_filter = { :slow => true }
  # config.filter = { :focus => true }
  # config.include(UserExampleHelpers)
  # config.mock_with :mocha
  # config.mock_with :flexmock
  # config.mock_with :rr
end

BROKERTRON = false

CONNECTION_OPTS = BROKERTRON ?
    {:client_id => 1111,
     :host => 'free.brokertron.com',
     :port=> 10501
    } :
    {:client_id => 1111,
     :host => '127.0.0.1',
     :port=> 4001
    }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ib-ruby-0.5.18 spec/spec_helper.rb
ib-ruby-0.5.17 spec/spec_helper.rb