diff options
Diffstat (limited to 'spec/ruby/library/rexml/document/root_spec.rb')
| -rw-r--r-- | spec/ruby/library/rexml/document/root_spec.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/ruby/library/rexml/document/root_spec.rb b/spec/ruby/library/rexml/document/root_spec.rb deleted file mode 100644 index 55be68da6f..0000000000 --- a/spec/ruby/library/rexml/document/root_spec.rb +++ /dev/null @@ -1,12 +0,0 @@ -require 'rexml/document' -require File.expand_path('../../../../spec_helper', __FILE__) - -describe "REXML::Document#root" do - it "returns document root tag name" do - REXML::Document.new("<foo/>").root.name.should == "foo" - end - - it "returns nil if there is not root" do - REXML::Document.new.root.should == nil - end -end |
