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
@ZurgInq provided RSpec::Rails::Swagger::ResponseFormatters to allow control over how the example responses are formatted (#33)
If you use .yaml or .yml as the extension for a Swagger file assigned in config.swagger_docs the contents will be formatted as YAML rather than JSON (#37)
I've finally gotten around to documenting the DSL in the README (#31). I've also added some shortcuts for adding tags to paths or RSpec contexts, rather than individually on each operation (#29).