From ae88dea212a37b1d02575bd0b6061820e21a4498 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Wed, 25 Mar 2009 20:54:34 -0400 Subject: [PATCH] Fixed a failing authorization test --- test/controllers/sessions_controller_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/controllers/sessions_controller_test.rb b/test/controllers/sessions_controller_test.rb index b1dc0c257..d9077ee8c 100644 --- a/test/controllers/sessions_controller_test.rb +++ b/test/controllers/sessions_controller_test.rb @@ -23,7 +23,6 @@ class SessionsControllerTest < ActionController::TestCase end should_deny_access(:flash => /User has not confirmed email. Confirmation email will be resent./i) - should_respond_with :unauthorized should "send the confirmation email" do assert_not_nil email = ActionMailer::Base.deliveries[0]