diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-10 17:38:11 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-13 17:59:12 -0400 |
commit | fb5271ddf11be8074d5882b86a4b4dfec12150d4 (patch) | |
tree | e09bf6cc6df5af1f7a15e7a716a630e055e906d8 /spec | |
parent | bf9dd4327e36b6ab0b5440dcff747fff27aa5c22 (diff) | |
download | gitlab-ce-fb5271ddf11be8074d5882b86a4b4dfec12150d4.tar.gz |
Make the dashboard choice text match the text in the sidebar
Diffstat (limited to 'spec')
-rw-r--r-- | spec/helpers/preferences_helper_spec.rb | 4 |
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 |