Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-06 03:10:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-06 03:10:23 +0300
commitbc439e2eed92ed397ac40e5f09a1b36cf42b2c83 (patch)
treef46e2265a219ee8f430fd40997de499fb9fe57a1 /spec/support/helpers/stub_feature_flags.rb
parent590189d177dad55b697fd52bd88edfdfcebff30d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/helpers/stub_feature_flags.rb')
-rw-r--r--spec/support/helpers/stub_feature_flags.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/helpers/stub_feature_flags.rb b/spec/support/helpers/stub_feature_flags.rb
index 77f31169ecb..7f30a2a70cd 100644
--- a/spec/support/helpers/stub_feature_flags.rb
+++ b/spec/support/helpers/stub_feature_flags.rb
@@ -66,8 +66,4 @@ module StubFeatureFlags
def skip_feature_flags_yaml_validation
allow(Feature::Definition).to receive(:valid_usage!)
end
-
- def skip_default_enabled_yaml_check
- allow(Feature::Definition).to receive(:default_enabled?).and_return(false)
- end
end