Include "enum" field in column details

This commit is contained in:
Joe Nelson
2014-10-08 16:51:42 -07:00
parent f0bb14d5fd
commit ecff987f31
5 changed files with 206 additions and 155 deletions
+1
View File
@@ -27,6 +27,7 @@ spec = around appWithFixture $ do
[json| {
"integer": 13, "double": 3.14159, "varchar": "testing!"
, "boolean": false, "date": "01/01/1900", "money": "$3.99"
, "enum": ["foo"]
} |]
`shouldRespondWith` 201