aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/rexml/attributes/append_spec.rb
blob: 89f3fc3e8141741253ec378fae4a01dda9faef83 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../shared/add', __FILE__)
require 'rexml/document'

describe "REXML::Attributes#<<" do
 it_behaves_like :rexml_attribute_add, :<<
end