Sha256: 2958f5a34ae233b8c29f6871bfbf053a8327fc51e0b39df0539e2bdcd7989bf6

Contents?: true

Size: 443 Bytes

Versions: 1

Compression:

Stored size: 443 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}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ib-ruby-0.5.16 spec/spec_helper.rb