lib/soaspec/not_found_errors.rb in soaspec-0.0.45 vs lib/soaspec/not_found_errors.rb in soaspec-0.0.46
- old
+ new
@@ -1,8 +1,8 @@
# Raised to represent when there's no element at an Xpath
-class NoElementAtXpath < StandardError
- def initialize(msg="No element at Xpath found")
+class NoElementAtPath < StandardError
+ def initialize(msg="No element at path found")
super
end
end
# Did not find any element by provided key in the Hash
\ No newline at end of file