summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rexml/attributes/length_spec.rb
blob: 3a8361b8d70eee9e8a8a7afe12fc7f5dc5b23c1f (plain)
1
2
3
4
5
6
7
require_relative '../../../spec_helper'
require_relative 'shared/length'
require 'rexml/document'

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