Sha256: b8d62fdc11efb6791381c22132b48a0b993236cdb2787a56048de23555537f87

Contents?: true

Size: 319 Bytes

Versions: 3

Compression:

Stored size: 319 Bytes

Contents

require 'rspec/collection_matchers'
require 'webmock/rspec'

if ENV['CI']
  require 'coveralls'
  Coveralls.wear!
end

$: << File.dirname(__FILE__) + '/../lib'
require 'roadie'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
end

Dir['./spec/support/**/*.rb'].each { |file| require file }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
roadie-3.1.1 spec/spec_helper.rb
roadie-3.1.0 spec/spec_helper.rb
roadie-3.1.0.rc1 spec/spec_helper.rb