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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-08 18:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-08 18:08:58 +0300
commit6c346448fd3e3443e04d96b90b9bdf9df2be1a3e (patch)
tree89d7a1a52ea0a8c2a064af42870bf21b7722b96e /spec/helpers/nav
parentb0d4724e47f94c9b1b2676382084ef964200e3c1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/helpers/nav')
-rw-r--r--spec/helpers/nav/new_dropdown_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/nav/new_dropdown_helper_spec.rb b/spec/helpers/nav/new_dropdown_helper_spec.rb
index 4f32ac5b5c6..2fe237fb996 100644
--- a/spec/helpers/nav/new_dropdown_helper_spec.rb
+++ b/spec/helpers/nav/new_dropdown_helper_spec.rb
@@ -55,7 +55,7 @@ RSpec.describe Nav::NewDropdownHelper do
end
it 'has title' do
- expect(subject[:title]).to eq('Create new')
+ expect(subject[:title]).to eq('Create new...')
end
context 'when current_user is nil (anonymous)' do