summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2018-08-06 15:44:23 +0000
committerBob Van Landuyt <bob@gitlab.com>2018-08-06 15:44:23 +0000
commite96862f2110a3ec35fd4a6a220c99d93879b1ac5 (patch)
tree98978a54192e6e22bfd4d5ec25e7498fcaeb999e /spec/support
parent415b2f943ba80ef3b6746af0a98c6dbe062e803c (diff)
downloadgitlab-ce-e96862f2110a3ec35fd4a6a220c99d93879b1ac5.tar.gz
Revert "Merge branch 'bvl-instance-stats-default' into 'master'"revert-77c75d2b
This reverts merge request !21044
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/shared_examples/instance_statistics_controllers_shared_examples.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/shared_examples/instance_statistics_controllers_shared_examples.rb b/spec/support/shared_examples/instance_statistics_controllers_shared_examples.rb
index 9f0604b5f8e..5334af841e1 100644
--- a/spec/support/shared_examples/instance_statistics_controllers_shared_examples.rb
+++ b/spec/support/shared_examples/instance_statistics_controllers_shared_examples.rb
@@ -9,8 +9,6 @@ shared_examples 'instance statistics availability' do
describe 'GET #index' do
it 'is available when the feature is available publicly' do
- stub_application_setting(instance_statistics_visibility_private: false)
-
get :index
expect(response).to have_gitlab_http_status(:success)