Require possible EE extension

This commit is contained in:
Lin Jen-Shin 2019-04-10 23:46:16 +08:00
parent d99e540c16
commit 97552924d0
2 changed files with 6 additions and 0 deletions

View File

@ -120,3 +120,6 @@ module StubConfiguration
end
end
end
require_relative '../../../ee/spec/support/helpers/ee/stub_configuration' if
Dir.exist?("#{__dir__}/../../../ee")

View File

@ -73,3 +73,6 @@ module StubObjectStorage
EOS
end
end
require_relative '../../../ee/spec/support/helpers/ee/stub_object_storage' if
Dir.exist?("#{__dir__}/../../../ee")