blob: 75cf607598c084cbf729f35bf4d436b9ec6ec017 (
plain)
1
2
3
4
5
6
|
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/length', __FILE__)
describe "MatchData#length" do
it_behaves_like(:matchdata_length, :length)
end
|