Merge pull request #82 from begriffs/no-pending

All tests passing, none pending
This commit is contained in:
Joe Nelson
2014-10-14 17:09:24 -07:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ columns s t conn = do
\ left outer join ( \
\ select n.nspname as s, \
\ t.typname as n, \
\ array_agg(e.enumlabel) as vals \
\ array_agg(e.enumlabel ORDER BY e.enumsortorder) as vals \
\ from pg_type t \
\ join pg_enum e on t.oid = e.enumtypid \
\ join pg_catalog.pg_namespace n ON n.oid = t.typnamespace \
-1
View File
@@ -35,7 +35,6 @@ uRole = "dbapi_test"} in
describe "Table info" $ do
it "is available with OPTIONS verb" $
pending_ >>
request methodOptions "/menagerie" [] "" `shouldRespondWith`
[json|
{