X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/464c490cae90a5b8ad78c9d234c282c52314a1db..0f25285ab6f59b42535b21305cfcca00a285f028:/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