summaryrefslogtreecommitdiff
path: root/spec/ruby/core/matchdata/size_spec.rb
blob: e043f5187094c0fe16db0bbefc498c97648cfa63 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/length', __FILE__)

describe "MatchData#size" do
  it_behaves_like(:matchdata_length, :size)
end