Sha256: 81c6a3bf531d806f2b4bfc4f2d8e6f70c1fdf922058e203171afb0685f9a65f9

Contents?: true

Size: 491 Bytes

Versions: 1

Compression:

Stored size: 491 Bytes

Contents

require 'spec_helper'

require 'coveralls'
Coveralls.wear!

require './lib/regexp-examples.rb'
require 'helpers'
require 'pry'
require 'warning'

# Several of these tests (intentionally) use "weird" regex patterns,
# that spam annoying warnings when running.
# E.g. warning: invalid back reference: /\k/
# and  warning: character class has ']' without escape: /[]]/
# This config disables those warnings.
Warning.ignore(//, __dir__)

RSpec.configure do |config|
  config.include Helpers
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
regexp-examples-1.5.1 spec/gem_helper.rb