We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09b42c commit 47840d1Copy full SHA for 47840d1
features/matchers/have_reported_error_matcher.feature
@@ -24,7 +24,7 @@ Feature: `have_reported_error` matcher
24
end
25
26
def self.process_with_context
27
- Rails.error.report(ArgumentError.new("Invalid input"), context: { context: "user_processing", severity: :error })
+ Rails.error.report(ArgumentError.new("Invalid input"), severity: :error, context: { topic: "user_processing" })
28
29
30
def self.process_custom_error
0 commit comments