test/test_helper.rb in authpds-0.0.19 vs test/test_helper.rb in authpds-0.0.20
- old
+ new
@@ -88,7 +88,7 @@
@env ||= {'REMOTE_ADDR' => "128.122.149.239"}
end
end
class UserSessionsController < Authlogic::TestCase::MockController
- include Authpds::Controllers::AuthpdsUserSessionsController
+ include Authpds::Controllers::AuthpdsSessionsController
end