Commit 99ee2895a7f9d82e69bf0764ee035f1673dc15f3
1 parent
7b755d37
Exists in
master
and in
29 other branches
ActionItem9: fixing test; adding link to logout
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@98 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
app/views/account/index.rhtml
test/functional/account_controller_test.rb
... | ... | @@ -115,7 +115,7 @@ class AccountControllerTest < Test::Unit::TestCase |
115 | 115 | |
116 | 116 | def test_should_display_anonymous_user_options |
117 | 117 | get :index |
118 | - assert_template 'index_unregistered' | |
118 | + assert_template 'index_anonymous' | |
119 | 119 | end |
120 | 120 | |
121 | 121 | def test_should_display_logged_in_user_options | ... | ... |