We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21be67d commit c524493Copy full SHA for c524493
1 file changed
README.md
@@ -16,8 +16,11 @@ require 'openapi_first'
16
OpenapiFirst::Test.setup do |config|
17
config.register('openapi/openapi.yaml')
18
end
19
+
20
require 'application' # Load Application code
-OpenapiFirst::Test.observe(Application)
21
+RSpec.configure do |config|
22
+ config.include OpenapiFirst::Test::Methods[MyApp], type: :request
23
+end
24
```
25
26
## Contents
0 commit comments