spec/plugin/symbol_matchers_spec.rb in roda-2.28.0 vs spec/plugin/symbol_matchers_spec.rb in roda-2.29.0

- old
+ new

@@ -47,10 +47,10 @@ body("/q/a/b/c/d//f/g").must_equal 'resta/b/c/d//f/g' body('/q/').must_equal 'rest' body('/thing2/q').must_equal 'thing2q' end - it "works with placeholder string matchers" do + deprecated "works with placeholder string matchers" do app(:bare) do opts[:verbatim_string_matcher] = false plugin :symbol_matchers symbol_matcher(:f, /(f+)/)