Sha256: 342b5cfdb56fb8ee53f8aee9d2a803c2d636bcb78b889575d01c3237fd44d77e

Contents?: true

Size: 295 Bytes

Versions: 6

Compression:

Stored size: 295 Bytes

Contents

require 'rspec/collection_matchers'

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

6 entries across 6 versions & 1 rubygems

Version Path
roadie-3.0.5 spec/spec_helper.rb
roadie-3.0.4 spec/spec_helper.rb
roadie-3.0.3 spec/spec_helper.rb
roadie-3.0.2 spec/spec_helper.rb
roadie-3.0.1 spec/spec_helper.rb
roadie-3.0.0 spec/spec_helper.rb