aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/rexml/element
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/rexml/element')
-rw-r--r--spec/ruby/library/rexml/element/add_namespace_spec.rb1
-rw-r--r--spec/ruby/library/rexml/element/document_spec.rb2
2 files changed, 0 insertions, 3 deletions
diff --git a/spec/ruby/library/rexml/element/add_namespace_spec.rb b/spec/ruby/library/rexml/element/add_namespace_spec.rb
index 0aaf790de9..77c00eec46 100644
--- a/spec/ruby/library/rexml/element/add_namespace_spec.rb
+++ b/spec/ruby/library/rexml/element/add_namespace_spec.rb
@@ -21,4 +21,3 @@ describe "REXML::Element#add_namespace" do
@elem.namespace.should == "some_uri"
end
end
-
diff --git a/spec/ruby/library/rexml/element/document_spec.rb b/spec/ruby/library/rexml/element/document_spec.rb
index 16db64eeb7..24773580f2 100644
--- a/spec/ruby/library/rexml/element/document_spec.rb
+++ b/spec/ruby/library/rexml/element/document_spec.rb
@@ -14,5 +14,3 @@ describe "REXML::Element#document" do
REXML::Element.new("standalone").document.should be_nil
end
end
-
-