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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-11 17:35:39 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-11 17:35:39 +0400
commit047a76009a869baef2f58023f42ea7e5388c1381 (patch)
tree019c7e277708cb3f8968cb5bdda024453676c76a /features/support
parent4434f93aa984aabbb5bc35225f0ffe92c0b6f05d (diff)
Remove chosen from tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/support')
-rw-r--r--features/support/env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index 64cdc7f5bf1..0186002c559 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -15,7 +15,7 @@ require 'spinach/capybara'
require 'sidekiq/testing/inline'
-%w(valid_commit big_commits select2_helper chosen_helper test_env).each do |f|
+%w(valid_commit big_commits select2_helper test_env).each do |f|
require Rails.root.join('spec', 'support', f)
end