From ca52f848411efaa5ccfb364c2169b38a8e9644b4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 8 Aug 2013 15:14:59 +0300 Subject: Update chosen, improve ui, fix MR fork tests --- features/support/env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/support/env.rb') diff --git a/features/support/env.rb b/features/support/env.rb index 5dce3402083..0cc7d8d2fe9 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -14,7 +14,7 @@ require 'spinach/capybara' require 'sidekiq/testing/inline' -%w(valid_commit select2_helper test_env).each do |f| +%w(valid_commit select2_helper chosen_helper test_env).each do |f| require Rails.root.join('spec', 'support', f) end -- cgit v1.2.1