From b3baf6f55132daab34c6bc9b6d98826dbee4fea9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 19 Oct 2019 00:06:14 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/views/admin/dashboard/index.html.haml_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/views') diff --git a/spec/views/admin/dashboard/index.html.haml_spec.rb b/spec/views/admin/dashboard/index.html.haml_spec.rb index 3aaaabe4629..93fedde6e96 100644 --- a/spec/views/admin/dashboard/index.html.haml_spec.rb +++ b/spec/views/admin/dashboard/index.html.haml_spec.rb @@ -17,6 +17,7 @@ describe 'admin/dashboard/index.html.haml' do allow(view).to receive(:admin?).and_return(true) allow(view).to receive(:current_application_settings).and_return(Gitlab::CurrentSettings.current_application_settings) + allow(view).to receive(:show_license_breakdown?).and_return(false) end it "shows version of GitLab Workhorse" do -- cgit v1.2.1