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

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