WIP: post editing #103

Closed
Ghost wants to merge 48 commits from (deleted):feat/editing into develop
Showing only changes of commit 3a24185dd4 - Show all commits

View file

@ -149,6 +149,7 @@ test "it uses a given changeset to update", %{user: user, update: update} do
setup do
user = insert(:user)
note = insert(:note, user: user)
_note_activity = insert(:note_activity, note: note)
updated_note =
note.data