What is rspec-openapi?
masterrspec-openapi is a tool used to generate OpenAPI schemas directly from RSpec request specs.
Key advantages include:
- No special DSL required: Unlike other gems that require a custom domain-specific language,
rspec-openapiworks with your existing request specs without modification. - Preserves manual changes: When merging automated changes from specs into your OpenAPI files, it attempts to keep manual modifications that cannot be fully automated from the specs.