summaryrefslogtreecommitdiff
path: root/spec/support/helpers/license_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/license_helper.rb')
-rw-r--r--spec/support/helpers/license_helper.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/support/helpers/license_helper.rb b/spec/support/helpers/license_helper.rb
new file mode 100644
index 00000000000..4aaad55a8ef
--- /dev/null
+++ b/spec/support/helpers/license_helper.rb
@@ -0,0 +1,8 @@
+# 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