Add a 'rake rswag' that runs swaggerize as the default

This commit is contained in:
Rich Daley
2019-01-07 14:09:50 +00:00
parent a50bf616b9
commit bfd3d66ec2
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']