diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-11-21 10:11:45 -0600 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-11-21 14:27:16 -0600 |
commit | 59502122bdf928e58a0592da0610f2a94bb5eeb4 (patch) | |
tree | eb521e2dc110b8a1645e6407f7d3c2e324fe1685 /spec/spec_helper.rb | |
parent | d41e66cb632cf4a51428c87a07cbdd182e3e0697 (diff) | |
download | gitlab-ce-59502122bdf928e58a0592da0610f2a94bb5eeb4.tar.gz |
Fix reply quote keyboard shortcut on MRs40295-fix-reply-quote-shortcut-on-mr
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40295
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 7c8331f6c60..6310ea1b52b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -50,6 +50,7 @@ RSpec.configure do |config| config.include SearchHelpers, type: :feature config.include CookieHelper, :js config.include InputHelper, :js + config.include SelectionHelper, :js config.include InspectRequests, :js config.include WaitForRequests, :js config.include LiveDebugger, :js |