From aa8f16070d7d73ec93ab4dfd96a2424122e168a8 Mon Sep 17 00:00:00 2001 From: Matthew Santeler Date: Wed, 19 Sep 2018 15:24:16 -0400 Subject: [PATCH] Update comment in swagger_helper template --- .../generators/rswag/specs/install/templates/swagger_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rswag-specs/lib/generators/rswag/specs/install/templates/swagger_helper.rb b/rswag-specs/lib/generators/rswag/specs/install/templates/swagger_helper.rb index 69f8682..3d27729 100644 --- a/rswag-specs/lib/generators/rswag/specs/install/templates/swagger_helper.rb +++ b/rswag-specs/lib/generators/rswag/specs/install/templates/swagger_helper.rb @@ -7,7 +7,7 @@ RSpec.configure do |config| config.swagger_root = Rails.root.to_s + '/swagger' # Define one or more Swagger documents and provide global metadata for each one - # When you run the 'rswag:specs:to_swagger' rake task, the complete Swagger will + # When you run the 'rswag:specs:swaggerize' rake task, the complete Swagger will # be generated at the provided relative path under swagger_root # By default, the operations defined in spec files are added to the first # document below. You can override this behavior by adding a swagger_doc tag to the