IntegrationTest is now in ActionDispatch not ActionController

This commit is contained in:
Tom Hughes 2013-07-08 22:57:53 +01:00
parent bd8d207ea4
commit d8399d3e18
10 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
require File.dirname(__FILE__) + '/../test_helper'
class ClientApplicationTest < ActionController::IntegrationTest
class ClientApplicationTest < ActionDispatch::IntegrationTest
fixtures :users, :client_applications
##