Sha256: 6fcbdb21e26086942235ccb1b7c7a59310b7c55dde3da17fe58b0028efa88a4e

Contents?: true

Size: 460 Bytes

Versions: 1

Compression:

Stored size: 460 Bytes

Contents

require 'spec_helper'

require 'coveralls'
Coveralls.wear!

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

# 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.
$VERBOSE = nil

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

Version data entries

1 entries across 1 versions & 1 rubygems

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