Skip to content

Commit

Permalink
Fixed a failing authorization test
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Mar 26, 2009
1 parent fa3e4bf commit ae88dea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/controllers/sessions_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ae88dea

Please sign in to comment.