summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-01-28 14:05:56 +0000
committerNick Thomas <nick@gitlab.com>2019-01-28 14:05:56 +0000
commitd129150f33fafa57aca393c61899a9acf8e775b9 (patch)
tree909e31e343daf48d6f60fe39393ef4fff11e1378
parent2bb0d089ad70bf633071fc79dda0cc745a1c02a3 (diff)
downloadgitlab-ce-d129150f33fafa57aca393c61899a9acf8e775b9.tar.gz
Fix running a single spec file with rspec
-rw-r--r--spec/support/helpers/select2_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/helpers/select2_helper.rb b/spec/support/helpers/select2_helper.rb
index 100e62489ab..f4f0415985c 100644
--- a/spec/support/helpers/select2_helper.rb
+++ b/spec/support/helpers/select2_helper.rb
@@ -1,3 +1,5 @@
+require_relative 'wait_for_requests'
+
# Select2 ajax programmatic helper
# It allows you to select value from select2
#