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

ruby_version_is ''...'3.0' do
  require_relative 'shared/add'
  require 'rexml/document'

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