summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rexml/attribute/xpath_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/rexml/attribute/xpath_spec.rb')
-rw-r--r--spec/ruby/library/rexml/attribute/xpath_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/rexml/attribute/xpath_spec.rb b/spec/ruby/library/rexml/attribute/xpath_spec.rb
index beefb036cc..8335e0a8ef 100644
--- a/spec/ruby/library/rexml/attribute/xpath_spec.rb
+++ b/spec/ruby/library/rexml/attribute/xpath_spec.rb
@@ -14,6 +14,6 @@ describe "REXML::Attribute#xpath" do
end
it "raises an error if attribute has no parent" do
- lambda { @attr.xpath }.should raise_error(Exception)
+ -> { @attr.xpath }.should raise_error(Exception)
end
end