- entry = DiaryEntry.new(diary_entries(:normal_user_entry_1).attributes, :without_protection => true)
- entry.assign_attributes(attrs, :without_protection => true)
+ entry = DiaryEntry.new(diary_entries(:normal_user_entry_1).attributes)
+ entry.assign_attributes(attrs)