Sha256: 31b2d475a0f9dd21d61b566e610d488e563d49191fdef41ad9c08e641503b3c5

Contents?: true

Size: 252 Bytes

Versions: 11

Compression:

Stored size: 252 Bytes

Contents

require 'simplecov'
SimpleCov.start do
  add_filter 'spec'
  add_filter 'vendor/bundle'
  add_group 'Libraries', 'lib'
end

RSpec.configure do |config|
  config.mock_with :rspec
  config.color = true

  config.fail_fast = ENV['FAIL_FAST'] || false
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spree_sendwithus-2.0.11.12 spec/spec_helper.rb
spree_sendwithus-2.0.11.11 spec/spec_helper.rb
spree_sendwithus-2.0.11.10 spec/spec_helper.rb
spree_sendwithus-2.0.11.9 spec/spec_helper.rb
spree_sendwithus-2.0.11.8 spec/spec_helper.rb
spree_sendwithus-2.0.11.7 spec/spec_helper.rb
spree_sendwithus-2.0.11.6 spec/spec_helper.rb
spree_sendwithus-2.0.11.5 spec/spec_helper.rb
spree_sendwithus-2.0.11.4 spec/spec_helper.rb
spree_sendwithus-2.0.11.3 spec/spec_helper.rb
spree_sendwithus-2.0.11.2 spec/spec_helper.rb