Sha256: fb29cf248bc27702c3ea41cff0a09afb27d2dabd5a45b5fa04c59517849bfd0f

Contents?: true

Size: 226 Bytes

Versions: 3

Compression:

Stored size: 226 Bytes

Contents

unless ENV['CI']
  require 'simplecov'
  SimpleCov.start do
    add_filter 'spec'
  end
end

require 'multi_xml'
require 'rspec'

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
vagrant-actionio-0.0.9 vendor/bundle/gems/multi_xml-0.5.3/spec/helper.rb
multi_xml-0.5.3 spec/helper.rb
multi_xml-0.5.2 spec/helper.rb