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

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