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
path: root/spec
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-07-03 21:29:17 +0300
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-08-06 09:13:13 +0300
commit941f2e36ee3947f6a695698331bcedd6e5e4e29e (patch)
tree609b52dcc630ecac63f465e3ae93cfd607f3486a /spec
parentfa216b0e86433192ba4e39a05f42217fb4685173 (diff)
Add top navigation analytics link
Diffstat (limited to 'spec')
-rw-r--r--spec/helpers/dashboard_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/dashboard_helper_spec.rb b/spec/helpers/dashboard_helper_spec.rb
index 49e23366355..059ae128d93 100644
--- a/spec/helpers/dashboard_helper_spec.rb
+++ b/spec/helpers/dashboard_helper_spec.rb
@@ -12,7 +12,7 @@ describe DashboardHelper do
it 'has all the expected links by default' do
menu_items = [:projects, :groups, :activity, :milestones, :snippets]
- expect(helper.dashboard_nav_links).to contain_exactly(*menu_items)
+ expect(helper.dashboard_nav_links).to include(*menu_items)
end
it 'does not contain cross project elements when the user cannot read cross project' do