]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/relation_controller_test.rb
Add a few more tests
[rails.git] / test / controllers / relation_controller_test.rb
index 347c0d121e7e79e0f405c37a16440d35d540065f..7e10159b4d416f450af60368b5ccf5cf5a49574f 100644 (file)
@@ -107,7 +107,7 @@ class RelationControllerTest < ActionController::TestCase
     # check the "full" mode
     get :full, :id => current_relations(:visible_relation).id
     assert_response :success
-    # FIXME check whether this contains the stuff we want!
+    # FIXME: check whether this contains the stuff we want!
     print @response.body if $VERBOSE
   end