IntegrationTest is now in ActionDispatch not ActionController
This commit is contained in:
parent
bd8d207ea4
commit
d8399d3e18
10 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
|
||||
class ClientApplicationTest < ActionController::IntegrationTest
|
||||
class ClientApplicationTest < ActionDispatch::IntegrationTest
|
||||
fixtures :users, :client_applications
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue