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:
authorBob Van Landuyt <bob@gitlab.com>2018-08-06 18:44:23 +0300
committerBob Van Landuyt <bob@gitlab.com>2018-08-06 18:44:23 +0300
commite96862f2110a3ec35fd4a6a220c99d93879b1ac5 (patch)
tree98978a54192e6e22bfd4d5ec25e7498fcaeb999e /spec/features
parent415b2f943ba80ef3b6746af0a98c6dbe062e803c (diff)
Revert "Merge branch 'bvl-instance-stats-default' into 'master'"
This reverts merge request !21044
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/dashboard/active_tab_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/features/dashboard/active_tab_spec.rb b/spec/features/dashboard/active_tab_spec.rb
index a7d86bd4560..f4d0f82d248 100644
--- a/spec/features/dashboard/active_tab_spec.rb
+++ b/spec/features/dashboard/active_tab_spec.rb
@@ -35,10 +35,6 @@ RSpec.describe 'Dashboard Active Tab', :js do
context 'on instance statistics' do
subject { visit instance_statistics_root_path }
- before do
- stub_application_setting(instance_statistics_visibility_private: false)
- end
-
it 'shows Instance Statistics` as active' do
subject