- 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
+ 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"