summaryrefslogtreecommitdiff
path: root/spec/support/helpers/license_helper.rb
blob: 4aaad55a8efe602fd1c96e08f857583d4ab82c51 (plain)
1
2
3
4
5
6
7
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