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

describe "MatchData#eql?" do
  it_behaves_like :matchdata_eql, :eql?
end