only create schema once
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{-# LANGUAGE QuasiQuotes #-}
|
||||
module Main where
|
||||
|
||||
import Test.Hspec
|
||||
import SpecHelper
|
||||
import Spec
|
||||
|
||||
main :: IO ()
|
||||
main = resetDb >> hspec spec
|
||||
Reference in New Issue
Block a user