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

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

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