rspec_api_documentation icon indicating copy to clipboard operation
rspec_api_documentation copied to clipboard

Add :json option back to config.format

Open rakvium opened this issue 3 years ago • 0 comments

in example/spec/acceptance_helper.rb to make raddocs for the example project work again

There was an exception on /docs route:

Errno::ENOENT at /docs/
No such file or directory @ rb_sysopen - doc/api/index.json

After adding the :json format back and running rake docs:generate, /docs started working again

rakvium avatar Jun 17 '22 18:06 rakvium