2019-03-28 09:18:50 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
# Placeholder module for EE implementation needed for CE specs to be run in EE codebase
|
|
|
|
module LicenseHelpers
|
|
|
|
def stub_licensed_features(features)
|
|
|
|
# do nothing
|
|
|
|
end
|
|
|
|
end
|
2019-09-13 09:26:31 -04:00
|
|
|
|
2021-05-11 17:10:21 -04:00
|
|
|
LicenseHelpers.prepend_mod_with('LicenseHelpers')
|