Most RSpec Documentation features work out of the box, but you may need to configure certain features if the default configuration doesn’t suit your needs.
Create a spec helper and add the following block of code:
RSpec::Documentation.configure do |config|
# your config goes here
end
See each section of the configuration documentation for available options.