diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-19 00:06:14 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-19 00:06:14 +0000 |
commit | b3baf6f55132daab34c6bc9b6d98826dbee4fea9 (patch) | |
tree | dc34cd3d4f7411879536377f8354c042aa789d63 /spec/views | |
parent | 4682f5015a5a2d7eedb66b3c90aee931d3789d0b (diff) | |
download | gitlab-ce-b3baf6f55132daab34c6bc9b6d98826dbee4fea9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/admin/dashboard/index.html.haml_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |