lib/macros4cuke/exceptions.rb in macros4cuke-0.2.07 vs lib/macros4cuke/exceptions.rb in macros4cuke-0.2.08
- old
+ new
@@ -28,10 +28,10 @@
# Raised when one invokes a macro-step with an argument
# that has an unknown name.
class UnknownArgumentError < Macros4CukeError
def initialize(argName)
- super("Unknown macro argument #{argName}.")
+ super("Unknown macro-ste argument '#{argName}'.")
end
end # class
# Raised when Macros4Cuke encountered an issue
\ No newline at end of file