]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/site_controller_test.rb
Add a test for commenting on diary entries
[rails.git] / test / functional / site_controller_test.rb
index 7495e30e0fa8aeabbc12f2a64466f99a5d584f52..5fc3a02149e88146b2d5bfe383ec28ae2cbb6d72 100644 (file)
@@ -86,7 +86,6 @@ class SiteControllerTest < ActionController::TestCase
   
   def assert_site_partials(count = 1)
     assert_template :partial => '_search', :count => count
-    assert_template :partial => '_key', :count => count
     assert_template :partial => '_sidebar', :count => count
   end