mongodb/test/main.hs
2014-08-07 09:10:06 -07:00

9 lines
111 B
Haskell

module Main where
import Test.Hspec (hspec)
import QueryTest
main :: IO ()
main = hspec $ do
querySpec