From b24ec3fb22e429eacb3d176b4b352869d1af8550 Mon Sep 17 00:00:00 2001 From: Adam Pahlevi Date: Thu, 26 Jan 2017 22:02:53 +0700 Subject: fix depr. warning; use `Devise::Test::ControllerHelpers` --- spec/views/ci/lints/show.html.haml_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) } -- cgit v1.2.3