Releases: drewish/rspec-rails-swagger
Releases · drewish/rspec-rails-swagger
v0.2.0: Merge pull request #51 from drewish/remove-rails-dependency
Formatting of responses, support for YAML output
Docs and Tags
Small fixes
Added generators
Added a generator to handle the installation process of creating spec/swagger_helper.rb
:
rails generate rspec:swagger_install
And, more excitingly, a generator to help create specs for existing controllers:
rails generate rspec:swagger PostsController
Would create a spec/requests/posts_spec.rb
with the paths and operations for each action in the controller.
Added a rake task
Try rake swagger
and you'll see it output the paths, operations, and response codes as it generates the docs.
First release!
Merge pull request #6 from drewish/rename-rspec-rails-swagger Rename to rspec-rails-swagger