Adds a failing spec for child relation (comments) using a composite foreign key (references to users_tasks)

This commit is contained in:
Diogo Biazus
2015-10-03 15:02:02 -04:00
parent e23a49395b
commit 4dd508a628
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ spec = around withApp $ do
`shouldRespondWith` [json| [
{"schema":"1","name":"auto_incrementing_pk","insertable":true}
, {"schema":"1","name":"clients","insertable":true}
, {"schema":"1","name":"comments","insertable":true}
, {"schema":"1","name":"complex_items","insertable":true}
, {"schema":"1","name":"compound_pk","insertable":true}
, {"schema":"1","name":"has_count_column","insertable":false}