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:
authorEric Eastwood <contact@ericeastwood.com>2017-11-21 19:11:45 +0300
committerEric Eastwood <contact@ericeastwood.com>2017-11-21 23:27:16 +0300
commit59502122bdf928e58a0592da0610f2a94bb5eeb4 (patch)
treeeb521e2dc110b8a1645e6407f7d3c2e324fe1685 /spec/spec_helper.rb
parentd41e66cb632cf4a51428c87a07cbdd182e3e0697 (diff)
Fix reply quote keyboard shortcut on MRs
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40295
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
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