diff options
Diffstat (limited to 'spec/ruby/library/rexml/text/clone_spec.rb')
| -rw-r--r-- | spec/ruby/library/rexml/text/clone_spec.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/ruby/library/rexml/text/clone_spec.rb b/spec/ruby/library/rexml/text/clone_spec.rb deleted file mode 100644 index c7d16e0d85..0000000000 --- a/spec/ruby/library/rexml/text/clone_spec.rb +++ /dev/null @@ -1,10 +0,0 @@ -require File.expand_path('../../../../spec_helper', __FILE__) -require 'rexml/document' - -describe "REXML::Text#clone" do - it "creates a copy of this node" do - text = REXML::Text.new("foo") - text.clone.should == "foo" - text.clone.should == text - end -end |
