From d355921709c6b21af3710de6f7b61a5b9c39314e Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 7 Nov 2008 13:27:06 -0500 Subject: Remove controller assertions from Test::Unit::TestCase. Use ActionController::TestCase. --- actionpack/lib/action_controller/test_process.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/lib/action_controller/test_process.rb') diff --git a/actionpack/lib/action_controller/test_process.rb b/actionpack/lib/action_controller/test_process.rb index 7a31f0e8d5..a5ec23cf50 100644 --- a/actionpack/lib/action_controller/test_process.rb +++ b/actionpack/lib/action_controller/test_process.rb @@ -1,4 +1,3 @@ -require 'action_controller/assertions' require 'action_controller/test_case' module ActionController #:nodoc: -- cgit v1.2.3