Skip to content

Commit 9f9ca9c

Browse files
authored
You probably don't need these custom asserion methods
1 parent df0f302 commit 9f9ca9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ end
244244
245245
### Test assertions
246246
247+
> [!WARNING]
248+
> You probably don't need this. Just setup [Contract testing and API coverage](#contract-testing) and use your normal assertions.
249+
247250
openapi_first ships with a simple but powerful Test method to run request and response validation in your tests without using the middlewares. This is designed to be used with rack-test or Ruby on Rails integration tests or request specs.
248251

249252
Here is how to set it up for Rails integration tests:

0 commit comments

Comments
 (0)