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

describe "Regexp#eql?" do
  it_behaves_like :regexp_eql, :eql?
end