summaryrefslogtreecommitdiff
path: root/spec/helpers
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-02-05 12:49:58 +0100
committerCamil Staps <info@camilstaps.nl>2019-08-07 20:49:17 +0200
commit3123be9fbbc494e45a638f21ed3dcff942cb97c4 (patch)
tree02442921724bc3238b43557ad7e24eb65a433000 /spec/helpers
parent99bb207ef14d12fe59e23fd70e219ed5e166470b (diff)
downloadgitlab-ce-3123be9fbbc494e45a638f21ed3dcff942cb97c4.tar.gz
Add tests for starrers views
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/users_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/users_helper_spec.rb b/spec/helpers/users_helper_spec.rb
index f3649495493..a6623bc7941 100644
--- a/spec/helpers/users_helper_spec.rb
+++ b/spec/helpers/users_helper_spec.rb
@@ -27,7 +27,7 @@ describe UsersHelper do
context 'with public profile' do
it 'includes all the expected tabs' do
- expect(tabs).to include(:activity, :groups, :contributed, :projects, :snippets)
+ expect(tabs).to include(:activity, :groups, :contributed, :projects, :starred, :snippets)
end
end