xkraty
xkraty
> Could you try to use in your swag_helper: `security: [ { bearerAuth: [] } ]` Hello thanks for your answer, you mean trying to rename `bearer` to `bearerAuth`, I've...
Even with 3.0.1 test still fails, Swagger UI it would work fine
@dantonyblanco nope, I'm still passing the header params and explained to devs to ignore it into swagger
@dantonyblanco that's the workaround I applied but AFAIK you should not add it. I've tried to enable the dry run, and the documentation get generated correctly without it, problem is...
@Ksm125 do you have dry run disabled? ```ruby RSpec.configure do |config| config.rswag_dry_run = false end ```
Hello, I edited the documentation script to generate both request and response examples automatically by using your context description, I did add the following code in the `swagger_helper.rb` file: ```ruby...
> @xkraty Did you configure something else as well? The after block doesn't seem to run when using `rake rswag`. With some investigation it looks like it is related to...
> Hello, > > I edited the documentation script to generate both request and response examples automatically by using your context description, I did add the following code in the...
@kobigurk could you kindly provide a compiled version of your fork? According to brew page ( https://github.com/Homebrew/homebrew/issues/29988 ) emscripten formula still broken on yosemite and i can't get it to...
I already checked your dist folder but it looks like they are still the same as the original version. Or I'm wrong?