X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22f3d7ce2ebd1ebeb54929ac8334988d195aaa1b..6f0b3ccbcd64074505b6d7cf82e2bd856e515158:/test/integration/user_diaries_test.rb diff --git a/test/integration/user_diaries_test.rb b/test/integration/user_diaries_test.rb index 2e7a01030..98ea04543 100644 --- a/test/integration/user_diaries_test.rb +++ b/test/integration/user_diaries_test.rb @@ -3,6 +3,8 @@ require File.dirname(__FILE__) + '/../test_helper' class UserDiariesTest < ActionController::IntegrationTest fixtures :users, :diary_entries + # Test the creation of a diary entry, making sure that you are redirected to + # login page when not logged in def test_showing_create_diary_entry get_via_redirect '/user/test/diary/new' # We should now be at the login page