oops, migration was flipping

This commit is contained in:
Sam
2015-01-08 15:26:15 +11:00
parent 69cfab62b8
commit 03388e11ab
2 changed files with 2 additions and 1 deletions

View File

@ -151,6 +151,7 @@ describe PostAction do
tu = TopicUser.get(post.topic, codinghorror)
expect(tu.liked).to be true
expect(tu.bookmarked).to be false
end