When following the instructions for setting up aptitome with rspec_api_documentation, I receive the following error:
uninitialized constant RspecApiDocumentation
How do I fix this?
When following the instructions for setting up aptitome with rspec_api_documentation, I receive the following error:
uninitialized constant RspecApiDocumentation
How do I fix this?
Copyright © 2021 Jogjafile Inc.
I solved it by removing the configuration from
spec_helper.rb
and setting up an initializer as per this blog, i.e.