Change "ActionController::IntegrationTest" to "ActionDispatch::IntegrationTest"

This commit is contained in:
Carlos Antonio da Silva
2013-01-22 23:17:17 -02:00
parent 349aab72f0
commit 86eecc6606
13 changed files with 25 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
require 'test_helper'
class DeviseHelperTest < ActionController::IntegrationTest
class DeviseHelperTest < ActionDispatch::IntegrationTest
setup do
model_labels = { :models => { :user => "utilisateur" } }