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:
authorMike Greiling <mike@pixelcog.com>2017-11-02 18:26:09 +0300
committerMike Greiling <mike@pixelcog.com>2017-11-02 18:26:27 +0300
commit61865cfc935d760374c5bf6f8c538b3282b91e8b (patch)
treef1195d4281f06a7d79b53c495deb6be5a2950013 /spec/features/boards
parent787ef979ade8f5f9a605f045daa84a4380910067 (diff)
add CookieHelper and InputHelper automatically to :js tests
Diffstat (limited to 'spec/features/boards')
-rw-r--r--spec/features/boards/boards_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/boards/boards_spec.rb b/spec/features/boards/boards_spec.rb
index 49eecb34aaa..f91c9b66986 100644
--- a/spec/features/boards/boards_spec.rb
+++ b/spec/features/boards/boards_spec.rb
@@ -1,7 +1,6 @@
require 'rails_helper'
describe 'Issue Boards', :js do
- include CookieHelper
include DragTo
let(:group) { create(:group, :nested) }