summaryrefslogtreecommitdiff
path: root/spec/views
diff options
context:
space:
mode:
authorAdam Pahlevi <adam.pahlevi@gmail.com>2017-01-26 22:02:53 +0700
committerAdam Pahlevi <adam.pahlevi@gmail.com>2017-01-26 22:03:09 +0700
commitb24ec3fb22e429eacb3d176b4b352869d1af8550 (patch)
treef100f0ac239169b4a919da5f0a14bd05640b97fd /spec/views
parent8a6e415268c60074b8cd9508c106120107ce5731 (diff)
downloadgitlab-ce-b24ec3fb22e429eacb3d176b4b352869d1af8550.tar.gz
fix depr. warning; use `Devise::Test::ControllerHelpers`
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/ci/lints/show.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/ci/lints/show.html.haml_spec.rb b/spec/views/ci/lints/show.html.haml_spec.rb
index 2dac5ee23c8..3390ae247ff 100644
--- a/spec/views/ci/lints/show.html.haml_spec.rb
+++ b/spec/views/ci/lints/show.html.haml_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'
describe 'ci/lints/show' do
- include Devise::TestHelpers
+ include Devise::Test::ControllerHelpers
describe 'XSS protection' do
let(:config_processor) { Ci::GitlabCiYamlProcessor.new(YAML.dump(content)) }