summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rexml/attributes
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-27 12:30:05 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-27 12:30:05 +0000
commit9dc121cc577ae7a010bca7efedb79088e3cf7331 (patch)
treec11a153c7eac91a1e19ed058d5c28f0f7d583622 /spec/ruby/library/rexml/attributes
parentfc1f3f14d386b557281ff9a8f19da060befe182e (diff)
Update to ruby/spec@a454137
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/ruby/library/rexml/attributes')
-rw-r--r--spec/ruby/library/rexml/attributes/each_attribute_spec.rb3
-rw-r--r--spec/ruby/library/rexml/attributes/each_spec.rb2
-rw-r--r--spec/ruby/library/rexml/attributes/element_reference_spec.rb1
-rw-r--r--spec/ruby/library/rexml/attributes/element_set_spec.rb1
-rw-r--r--spec/ruby/library/rexml/attributes/to_a_spec.rb1
5 files changed, 0 insertions, 8 deletions
diff --git a/spec/ruby/library/rexml/attributes/each_attribute_spec.rb b/spec/ruby/library/rexml/attributes/each_attribute_spec.rb
index c71e3c3971..e84c8dbf51 100644
--- a/spec/ruby/library/rexml/attributes/each_attribute_spec.rb
+++ b/spec/ruby/library/rexml/attributes/each_attribute_spec.rb
@@ -20,6 +20,3 @@ describe "REXML::Attributes#each_attribute" do
attributes.last.should == ns_uri
end
end
-
-
-
diff --git a/spec/ruby/library/rexml/attributes/each_spec.rb b/spec/ruby/library/rexml/attributes/each_spec.rb
index 49c02a3255..ed60634b90 100644
--- a/spec/ruby/library/rexml/attributes/each_spec.rb
+++ b/spec/ruby/library/rexml/attributes/each_spec.rb
@@ -21,5 +21,3 @@ describe "REXML::Attributes#each" do
attributes.last.should == ["xmlns:ns", "http://some_uri"]
end
end
-
-
diff --git a/spec/ruby/library/rexml/attributes/element_reference_spec.rb b/spec/ruby/library/rexml/attributes/element_reference_spec.rb
index a961935fad..dac7952669 100644
--- a/spec/ruby/library/rexml/attributes/element_reference_spec.rb
+++ b/spec/ruby/library/rexml/attributes/element_reference_spec.rb
@@ -16,4 +16,3 @@ describe "REXML::Attributes#[]" do
@e.attributes["chunky bacon"].should == nil
end
end
-
diff --git a/spec/ruby/library/rexml/attributes/element_set_spec.rb b/spec/ruby/library/rexml/attributes/element_set_spec.rb
index 0e19fda64f..1ed94dd2a1 100644
--- a/spec/ruby/library/rexml/attributes/element_set_spec.rb
+++ b/spec/ruby/library/rexml/attributes/element_set_spec.rb
@@ -23,4 +23,3 @@ describe "REXML::Attributes#[]=" do
@e.attributes.length.should == 0
end
end
-
diff --git a/spec/ruby/library/rexml/attributes/to_a_spec.rb b/spec/ruby/library/rexml/attributes/to_a_spec.rb
index 7fb2326dab..1fbf71b683 100644
--- a/spec/ruby/library/rexml/attributes/to_a_spec.rb
+++ b/spec/ruby/library/rexml/attributes/to_a_spec.rb
@@ -17,4 +17,3 @@ describe "REXML::Attributes#to_a" do
REXML::Element.new("root").attributes.to_a.should == []
end
end
-