Skip to content

Commit 8b89342

Browse files
authored
Update features/matchers/README.md
1 parent 8674529 commit 8b89342

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

features/matchers/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,4 @@ expect { Rails.error.report(StandardError.new("test message")) }.to have_reporte
4848

4949
# passes when error is reported with specific context attributes
5050
expect { Rails.error.report(StandardError.new, context: { user_id: 123 }) }.to have_reported_error.with_context(user_id: 123)
51-
52-
5351
```

0 commit comments

Comments
 (0)