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 8674529 commit 8b89342Copy full SHA for 8b89342
features/matchers/README.md
@@ -48,6 +48,4 @@ expect { Rails.error.report(StandardError.new("test message")) }.to have_reporte
48
49
# passes when error is reported with specific context attributes
50
expect { Rails.error.report(StandardError.new, context: { user_id: 123 }) }.to have_reported_error.with_context(user_id: 123)
51
-
52
53
```
0 commit comments