diff options
author | Nick Thomas <nick@gitlab.com> | 2019-01-28 14:05:56 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-01-28 14:05:56 +0000 |
commit | d129150f33fafa57aca393c61899a9acf8e775b9 (patch) | |
tree | 909e31e343daf48d6f60fe39393ef4fff11e1378 /spec | |
parent | 2bb0d089ad70bf633071fc79dda0cc745a1c02a3 (diff) | |
download | gitlab-ce-d129150f33fafa57aca393c61899a9acf8e775b9.tar.gz |
Fix running a single spec file with rspec
Diffstat (limited to 'spec')
-rw-r--r-- | spec/support/helpers/select2_helper.rb | 2 |
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 # |