David

Results 2 comments of David

> Update the Gemfile for temporary fix: > > ```ruby > gem "apitome", github: "jejacks0n/apitome" > ``` It worked for me. Thanks!

> I ran into the same issue recently. I don't really like this solution, but I fixed it using mokey patching: > `config/initializers/rspec_api_documentation.rb` > > ``` > module RspecApiDocumentation >...