Skip to content

Commit

Permalink
fix(tests): Adds posts fixtures to dev-app tests
Browse files Browse the repository at this point in the history
Its absence was erroing the automated tests.
  • Loading branch information
Etiene committed Oct 11, 2015
1 parent 9ee597f commit e53b064
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/dev-app/tests/fixtures/post.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
return {
{
author_id = 1,
body = "Hello World"
},
{
author_id = 1,
body = "Hello 2"
}
}

0 comments on commit e53b064

Please sign in to comment.