+ def test_edit_diary_entry_i18n
+ I18n.available_locales.each do |locale|
+ set_locale locale
+
+ get(:edit, {:id => diary_entries(:normal_user_entry_1).id}, {'user' => users(:normal_user).id})
+ assert_response :success
+ assert_select "span[class=translation_missing]", false, "Missing translation in edit diary entry"
+ end
+ end
+
+ def test_create_diary_entry
+ #post :new
+ end
+
+ def test_creating_diary_comment