diff options
Diffstat (limited to 'spec/ruby/library/rexml/attribute/xpath_spec.rb')
-rw-r--r-- | spec/ruby/library/rexml/attribute/xpath_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/ruby/library/rexml/attribute/xpath_spec.rb b/spec/ruby/library/rexml/attribute/xpath_spec.rb index 2cb44f7548..beefb036cc 100644 --- a/spec/ruby/library/rexml/attribute/xpath_spec.rb +++ b/spec/ruby/library/rexml/attribute/xpath_spec.rb @@ -17,4 +17,3 @@ describe "REXML::Attribute#xpath" do lambda { @attr.xpath }.should raise_error(Exception) end end - |