From beb61d8a057a96071dc3157af40ca608830d7af7 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Sat, 6 Dec 2014 18:46:34 -0800 Subject: [PATCH] Pend a test until complication is resolved with #107 --- test/Feature/StructureSpec.hs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Feature/StructureSpec.hs b/test/Feature/StructureSpec.hs index d9393dac9..3c7e5271e 100644 --- a/test/Feature/StructureSpec.hs +++ b/test/Feature/StructureSpec.hs @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings, QuasiQuotes #-} module Feature.StructureSpec where -import Test.Hspec +import Test.Hspec hiding (pendingWith) import Test.Hspec.Wai import Test.Hspec.Wai.JSON @@ -139,7 +139,9 @@ spec = before resetDb $ around withApp $ do } |] - it "includes foreign key data" $ + it "includes foreign key data" $ do + pendingWith "have to resolve issue #107" + request methodOptions "/has_fk" [] "" `shouldRespondWith` [json| {