From 9f47f8d892ee35a08b5556acc4ddbe93b0461cfd Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 6 Sep 2009 21:42:05 -0500 Subject: Fix isolated running of AddressesTest --- actionpack/test/lib/controller/fake_controllers.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/test/lib/controller') diff --git a/actionpack/test/lib/controller/fake_controllers.rb b/actionpack/test/lib/controller/fake_controllers.rb index d41547b902..e7589e29ca 100644 --- a/actionpack/test/lib/controller/fake_controllers.rb +++ b/actionpack/test/lib/controller/fake_controllers.rb @@ -10,6 +10,7 @@ module Admin class NewsFeedController < ActionController::Base; end end class ElsewhereController < ActionController::Base; end +class AddressesController < ActionController::Base; end # For speed test class SpeedController < ActionController::Base; end -- cgit v1.2.3