summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rexml/attributes/length_spec.rb
blob: 60a348ef7ba2621352eb716d8774063eb522c658 (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../../spec_helper'

ruby_version_is ''...'2.8' do
  require_relative 'shared/length'
  require 'rexml/document'

  describe "REXML::Attributes#length" do
    it_behaves_like :rexml_attribute_length, :length
  end
end