You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,9 @@ end
244
244
245
245
### Test assertions
246
246
247
+
> [!WARNING]
248
+
> You probably don't need this. Just setup [Contract testing andAPI coverage](#contract-testing) and use your normal assertions.
249
+
247
250
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-testorRuby on Rails integration tests or request specs.
248
251
249
252
Here is how to set it up forRails integration tests:
0 commit comments