Sha256: b34e98d1b05ea3b77f7f44f8dcf4119115b998c3f11cf4017ba4b41c94885277

Contents?: true

Size: 430 Bytes

Versions: 1

Compression:

Stored size: 430 Bytes

Contents

RSpec.configure do |config|
  config.order = :random
  config.warnings = true

  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end
end

require 'aggro'

Aggro.constants.each do |const|
  eval "#{const} = Aggro::#{const}"
end

ENV['AGGRO_SERVERS'] = '10.0.0.1,10.0.0.2'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aggro-0.0.1 spec/spec_helper.rb