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

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