Autogeneration of API documentation using the Blueprint format from request specs.
You can find more about Blueprint at http://apiblueprint.org
Add this line to your application's Gemfile:
gem 'rspec_apib', require: false
Or install it yourself as:
$ gem install rspec_apib
In your spec_helper.rb file add
require 'rspec_apib'
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request