diff options
author | Benoit Daloze <[email protected]> | 2020-09-15 21:54:31 +0200 |
---|---|---|
committer | Benoit Daloze <[email protected]> | 2020-09-15 21:56:00 +0200 |
commit | 1af0319fc88688bc5dd5e49eecdb8b534ead9991 (patch) | |
tree | 352b35490e64bc961dc005d679392106d6be90b9 /spec/ruby/library/rexml/attribute/namespace_spec.rb | |
parent | 9b535f3ff7c2f48e34dd44564df7adc723b81276 (diff) |
2.8 -> 3.0 in specs
Diffstat (limited to 'spec/ruby/library/rexml/attribute/namespace_spec.rb')
-rw-r--r-- | spec/ruby/library/rexml/attribute/namespace_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/rexml/attribute/namespace_spec.rb b/spec/ruby/library/rexml/attribute/namespace_spec.rb index 9b0ff1e9c2..645b3cd1b1 100644 --- a/spec/ruby/library/rexml/attribute/namespace_spec.rb +++ b/spec/ruby/library/rexml/attribute/namespace_spec.rb @@ -1,6 +1,6 @@ require_relative '../../../spec_helper' -ruby_version_is ''...'2.8' do +ruby_version_is ''...'3.0' do require 'rexml/document' describe "REXML::Attribute#namespace" do |