mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
11 lines
195 B
Ruby
11 lines
195 B
Ruby
module Rswag
|
|
module Specs
|
|
class Railtie < ::Rails::Railtie
|
|
|
|
rake_tasks do
|
|
load File.expand_path('../../../tasks/rswag-specs_tasks.rake', __FILE__)
|
|
end
|
|
end
|
|
end
|
|
end
|