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

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