From 9dc121cc577ae7a010bca7efedb79088e3cf7331 Mon Sep 17 00:00:00 2001 From: eregon Date: Wed, 27 Jun 2018 12:30:05 +0000 Subject: Update to ruby/spec@a454137 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/library/rexml/attribute/inspect_spec.rb | 1 - spec/ruby/library/rexml/attribute/to_string_spec.rb | 1 - spec/ruby/library/rexml/attribute/value_spec.rb | 1 - spec/ruby/library/rexml/attribute/xpath_spec.rb | 1 - 4 files changed, 4 deletions(-) (limited to 'spec/ruby/library/rexml/attribute') diff --git a/spec/ruby/library/rexml/attribute/inspect_spec.rb b/spec/ruby/library/rexml/attribute/inspect_spec.rb index 9ab3757db8..86a437ec74 100644 --- a/spec/ruby/library/rexml/attribute/inspect_spec.rb +++ b/spec/ruby/library/rexml/attribute/inspect_spec.rb @@ -17,4 +17,3 @@ describe "REXML::Attribute#inspect" do a.inspect.should == "&&='<>'" end end - diff --git a/spec/ruby/library/rexml/attribute/to_string_spec.rb b/spec/ruby/library/rexml/attribute/to_string_spec.rb index eb93cf9969..420913afeb 100644 --- a/spec/ruby/library/rexml/attribute/to_string_spec.rb +++ b/spec/ruby/library/rexml/attribute/to_string_spec.rb @@ -12,4 +12,3 @@ describe "REXML::Attribute#to_string" do attr_ns.to_string.should == "xmlns:ns='http://uri'" end end - diff --git a/spec/ruby/library/rexml/attribute/value_spec.rb b/spec/ruby/library/rexml/attribute/value_spec.rb index 8c8c1a2a0d..7763976881 100644 --- a/spec/ruby/library/rexml/attribute/value_spec.rb +++ b/spec/ruby/library/rexml/attribute/value_spec.rb @@ -12,4 +12,3 @@ describe "REXML::Attribute#value" do attr_empty.value.should == "" end end - diff --git a/spec/ruby/library/rexml/attribute/xpath_spec.rb b/spec/ruby/library/rexml/attribute/xpath_spec.rb index 2cb44f7548..beefb036cc 100644 --- a/spec/ruby/library/rexml/attribute/xpath_spec.rb +++ b/spec/ruby/library/rexml/attribute/xpath_spec.rb @@ -17,4 +17,3 @@ describe "REXML::Attribute#xpath" do lambda { @attr.xpath }.should raise_error(Exception) end end - -- cgit v1.2.3