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
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-11 00:38:11 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-14 00:59:12 +0300
commitfb5271ddf11be8074d5882b86a4b4dfec12150d4 (patch)
treee09bf6cc6df5af1f7a15e7a716a630e055e906d8 /spec/helpers
parentbf9dd4327e36b6ab0b5440dcff747fff27aa5c22 (diff)
Make the dashboard choice text match the text in the sidebar
Diffstat (limited to 'spec/helpers')
-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