summaryrefslogtreecommitdiff
path: root/spec/helpers/preferences_helper_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-10 17:38:11 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-13 17:59:12 -0400
commitfb5271ddf11be8074d5882b86a4b4dfec12150d4 (patch)
treee09bf6cc6df5af1f7a15e7a716a630e055e906d8 /spec/helpers/preferences_helper_spec.rb
parentbf9dd4327e36b6ab0b5440dcff747fff27aa5c22 (diff)
downloadgitlab-ce-fb5271ddf11be8074d5882b86a4b4dfec12150d4.tar.gz
Make the dashboard choice text match the text in the sidebar
Diffstat (limited to 'spec/helpers/preferences_helper_spec.rb')
-rw-r--r--spec/helpers/preferences_helper_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/helpers/preferences_helper_spec.rb b/spec/helpers/preferences_helper_spec.rb
index e8d8c4ceb87..32a9593cc03 100644
--- a/spec/helpers/preferences_helper_spec.rb
+++ b/spec/helpers/preferences_helper_spec.rb
@@ -42,8 +42,8 @@ describe PreferencesHelper do
it 'provides better option descriptions' do
choices = dashboard_choices
- expect(choices[0]).to eq ['Projects (default)', 'projects']
- expect(choices[1]).to eq ['Starred Projects', 'stars']
+ expect(choices[0]).to eq ['Your Projects (default)', 'projects']
+ expect(choices[1]).to eq ['Starred Projects', 'stars']
end
end