Sha256: 439bddd36f1ff5a81009132624dfc2d9f3596fb78d2da16a5639cd0c84ee390c

Contents?: true

Size: 472 Bytes

Versions: 5

Compression:

Stored size: 472 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'aws'
require 'rake'
require 'tempfile'

RSpec.configure do |config|
  config.mock_with :rspec
  config.order = 'random'
  config.color = true
  config.tty = true
  config.mock_with :rspec do |mocks|
    mocks.yield_receiver_to_any_instance_implementation_blocks = false
  end
end

# Airbrake dummy module
module Airbrake; end

require 'dispatch-rider'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dispatch-rider-1.5.3 spec/spec_helper.rb
dispatch-rider-1.5.2 spec/spec_helper.rb
dispatch-rider-1.5.1 spec/spec_helper.rb
dispatch-rider-1.5.0 spec/spec_helper.rb
dispatch-rider-1.4.2 spec/spec_helper.rb