Sha256: 7c0b4f565c45ed96bb6096b39ecfbb8d54888d17bf80842e8cd2f9241058a91c

Contents?: true

Size: 319 Bytes

Versions: 1

Compression:

Stored size: 319 Bytes

Contents

require 'bundler'
Bundler.setup(:test)

skip_coverage = ENV['CI']

unless skip_coverage
  require 'simplecov'
  SimpleCov.start
end

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

  config.mock_with :rspec do |c|
    c.syntax = :should
  end
end

require 'input_sanitizer'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
input_sanitizer-0.6.0 spec/spec_helper.rb