summaryrefslogtreecommitdiff
path: root/spec/views/admin
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-09-21 17:06:33 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-09-27 20:08:49 -0600
commit8062380f60df576478677e9819ff602303166e4d (patch)
treebbaee819aab3df54769b0a8814813df515b5eda4 /spec/views/admin
parent3b206ccb8393d8f2c5ad227874d9a60beb054782 (diff)
downloadgitlab-ce-8062380f60df576478677e9819ff602303166e4d.tar.gz
Upgrade Devise from 4.1.1 to 4.2.0.
This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release. This also replaces the deprecated Devise::TestHelpers with Devise::Test::ControllerHelpers. Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01
Diffstat (limited to 'spec/views/admin')
-rw-r--r--spec/views/admin/dashboard/index.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/admin/dashboard/index.html.haml_spec.rb b/spec/views/admin/dashboard/index.html.haml_spec.rb
index dae858a52f6..68d2d72876e 100644
--- a/spec/views/admin/dashboard/index.html.haml_spec.rb
+++ b/spec/views/admin/dashboard/index.html.haml_spec.rb
@@ -1,7 +1,7 @@
require 'spec_helper'
describe 'admin/dashboard/index.html.haml' do
- include Devise::TestHelpers
+ include Devise::Test::ControllerHelpers
before do
assign(:projects, create_list(:empty_project, 1))