Merge pull request #180 from fishpercolator/default_swaggerize

Add a 'rake rswag' that runs swaggerize as the default
This commit is contained in:
Greg Myers
2019-10-17 22:35:50 +01:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -16,3 +16,6 @@ namespace :rswag do
end
end
end
task :rswag => ['rswag:specs:swaggerize']