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

describe "MatchData#==" do
  it_behaves_like :matchdata_eql, :==
end