summaryrefslogtreecommitdiff
path: root/spec/ruby/core/regexp/escape_spec.rb
blob: 6b06ab1cbcbcd4bf68a63e68b0b4802cd3d75b1b (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/quote'

describe "Regexp.escape" do
  it_behaves_like :regexp_quote, :escape
end