Add global before/after hspec hook in test/Main.hs
This commit is contained in:
@@ -11,9 +11,6 @@ import Types (SqlRow(..))
|
||||
|
||||
import SpecHelper
|
||||
|
||||
main :: IO ()
|
||||
main = hspec spec
|
||||
|
||||
spec :: Spec
|
||||
spec = beforeAll (loadFixture "schema") $ do
|
||||
describe "insert" $
|
||||
|
||||
Reference in New Issue
Block a user