aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/regexp/escape_spec.rb
blob: 56b6cc5059a744b12e45ee75c54eaa039baf9324 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/quote', __FILE__)

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