]> git.openstreetmap.org Git - rails.git/blobdiff - test/integration/user_diaries_test.rb
Make node update work with the new require data public to edit policy. Added convenie...
[rails.git] / test / integration / user_diaries_test.rb
index 2e7a01030ef2b1889994fcf8c788c7771d96e593..98ea04543b0cbe510394c7b3f581aa2122f14792 100644 (file)
@@ -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