diff options
author | Lee Tickett <lee@tickett.net> | 2019-09-06 12:05:13 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-09-06 12:05:13 +0000 |
commit | a8501a23b68cf6ec179e832d84129f574e08f945 (patch) | |
tree | 49b2a62839c4f6a165fcd2c585e6c6a49c5aaa95 /spec/features | |
parent | bc06e9cd7e845e116cc8ac0d404e2ea9d0142ca9 (diff) | |
download | gitlab-ce-a8501a23b68cf6ec179e832d84129f574e08f945.tar.gz |
Quote branch names in how to merge instructions
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb b/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb index 6262f1ce055..c42eb8560a4 100644 --- a/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb +++ b/spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb @@ -64,7 +64,7 @@ describe 'Merge request > User selects branches for new MR', :js do click_button "Check out branch" - expect(page).to have_content 'git checkout -b orphaned-branch origin/orphaned-branch' + expect(page).to have_content 'git checkout -b "orphaned-branch" "origin/orphaned-branch"' end it 'allows filtering multiple dropdowns' do |