Point the railtie to the correct file

Fixes #248
This commit is contained in:
Greg Myers 2019-10-18 23:18:30 +01:00
parent 07c4c74d75
commit c14f72a45e

View File

@ -7,7 +7,7 @@ module Rswag
end
generators do
require 'generators/rspec/swagger/swagger_generator.rb'
require 'generators/rspec/swagger_generator.rb'
end
end
end