spec/spec_helper.rb in regexp-examples-1.4.0 vs spec/spec_helper.rb in regexp-examples-1.4.1

- old
+ new

@@ -6,10 +6,10 @@ 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: /[]]/ +# and warning: character class has ']' without escape: /[]]/ # This config disables those warnings. $VERBOSE = nil RSpec.configure do |config| config.include Helpers