YARD-Rspec is a YARD plugin that processes specs files and includes them in the documentation.
This release takes the work started by @lsegal and @kputnam and expands it with the support for:
- Specs about a whole class
- rspec-rails controller specs style
- rspec-rails routing specs style
To install this release add this line to your application's Gemfile:
gem 'yard-spec-plugin', :git => 'https://github.com/ogeidix/yard-spec-plugin.git', :tag => 'v0.2'
Execute:
$ bundle
Then edit the file .yardopts with
"{lib,app}/**/*.rb" "spec/{models,controllers,routing,mailers,lib,observers}/**/*.rb" --plugin rspec
Now you can execure yard doc with
bundle exec yard doc