Commit 97552924 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Require possible EE extension

parent d99e540c
......@@ -120,3 +120,6 @@ module StubConfiguration
end
end
end
require_relative '../../../ee/spec/support/helpers/ee/stub_configuration' if
Dir.exist?("#{__dir__}/../../../ee")
......@@ -73,3 +73,6 @@ module StubObjectStorage
EOS
end
end
require_relative '../../../ee/spec/support/helpers/ee/stub_object_storage' if
Dir.exist?("#{__dir__}/../../../ee")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment