Skip to content

Commit

Permalink
require test_process (so that tests will run against rails 2.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcheung committed Apr 11, 2009
1 parent c14e512 commit c5d9301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_helper.rb
Expand Up @@ -4,6 +4,7 @@
require 'active_support' require 'active_support'
require 'active_support/test_case' require 'active_support/test_case'
require 'action_controller' require 'action_controller'
require 'action_controller/test_process'
require 'action_controller/test_case' require 'action_controller/test_case'


$LOAD_PATH.unshift(File.dirname(__FILE__) + "/../lib/") $LOAD_PATH.unshift(File.dirname(__FILE__) + "/../lib/")
Expand Down

0 comments on commit c5d9301

Please sign in to comment.