summaryrefslogtreecommitdiff
path: root/spec/features/admin/admin_hooks_spec.rb
diff options
context:
space:
mode:
authorAlexis Reigel <alexis.reigel.ext@siemens.com>2017-11-23 13:49:35 +0100
committerAlexis Reigel <alexis.reigel.ext@siemens.com>2018-01-04 09:33:41 +0100
commita2655e3fbda186ea598f6649dee8bb5565d6b980 (patch)
tree798500067d23df9c19c82321e0d1ab9d470c9d8b /spec/features/admin/admin_hooks_spec.rb
parent630c3380510d4ada5d33b3dee0966e6dfb163dcf (diff)
downloadgitlab-ce-a2655e3fbda186ea598f6649dee8bb5565d6b980.tar.gz
use sentence case for "Merge request events"
Diffstat (limited to 'spec/features/admin/admin_hooks_spec.rb')
-rw-r--r--spec/features/admin/admin_hooks_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_hooks_spec.rb b/spec/features/admin/admin_hooks_spec.rb
index d7f254ec89b..197e6cd07c4 100644
--- a/spec/features/admin/admin_hooks_spec.rb
+++ b/spec/features/admin/admin_hooks_spec.rb
@@ -105,7 +105,7 @@ describe 'Admin::Hooks' do
fill_in 'hook_url', with: url
uncheck 'Repository update events'
- check 'Merge Request events'
+ check 'Merge request events'
expect { click_button 'Add system hook' }.to change(SystemHook, :count).by(1)
expect(current_path).to eq(admin_hooks_path)