aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib/controller/fake_controllers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/lib/controller/fake_controllers.rb')
-rw-r--r--actionpack/test/lib/controller/fake_controllers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/lib/controller/fake_controllers.rb b/actionpack/test/lib/controller/fake_controllers.rb
index e7589e29ca..b96e91f4f7 100644
--- a/actionpack/test/lib/controller/fake_controllers.rb
+++ b/actionpack/test/lib/controller/fake_controllers.rb
@@ -11,6 +11,7 @@ module Admin
end
class ElsewhereController < ActionController::Base; end
class AddressesController < ActionController::Base; end
+class SessionsController < ActionController::Base; end
# For speed test
class SpeedController < ActionController::Base; end
@@ -25,7 +26,6 @@ class UsersController < SpeedController; end
class SettingsController < SpeedController; end
class ChannelsController < SpeedController; end
class ChannelVideosController < SpeedController; end
-class SessionsController < SpeedController; end
class LostPasswordsController < SpeedController; end
class PagesController < SpeedController; end