mirror of
https://github.com/we-promise/sure
synced 2026-04-25 17:15:07 +02:00
10 lines
292 B
Ruby
10 lines
292 B
Ruby
# frozen_string_literal: true
|
|
|
|
begin
|
|
require "rswag/specs"
|
|
rescue LoadError
|
|
# rswag is not available in this environment (likely production where
|
|
# rswag is in the test/development group). Skip loading rswag rake
|
|
# tasks so `rake -P` can run during asset precompilation / deploy.
|
|
end
|