diff options
author | rossfuhrman <rfuhrman@gitlab.com> | 2019-08-16 17:40:33 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-08-16 17:40:33 +0000 |
commit | 3fbc51d33319404bffb5862cc271a83b18c7fddf (patch) | |
tree | 2dcd72811528a08951d13bd9d97776f4ea239202 /spec | |
parent | 2b48eec8667006fc05061d90493b50fc052243c9 (diff) | |
download | gitlab-ce-3fbc51d33319404bffb5862cc271a83b18c7fddf.tar.gz |
Remove Security Dashboard feature flag
This removes the group_overview_security_dashboard feature flag
Diffstat (limited to 'spec')
-rw-r--r-- | spec/lib/gitlab/usage_data_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/lib/gitlab/usage_data_spec.rb b/spec/lib/gitlab/usage_data_spec.rb index 588c68d1fb0..9bbd9394d57 100644 --- a/spec/lib/gitlab/usage_data_spec.rb +++ b/spec/lib/gitlab/usage_data_spec.rb @@ -154,11 +154,6 @@ describe Gitlab::UsageData do expect(expected_keys - count_data.keys).to be_empty end - it 'does not gather user preferences usage data when the feature is disabled' do - stub_feature_flags(group_overview_security_dashboard: false) - expect(subject[:counts].keys).not_to include(:user_preferences) - end - it 'gathers projects data correctly' do count_data = subject[:counts] |