aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/rexml/element/document_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/rexml/element/document_spec.rb')
-rw-r--r--spec/ruby/library/rexml/element/document_spec.rb2
1 files changed, 0 insertions, 2 deletions
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
-
-