1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 05:58:34 +03:00
semantic/test/SpecIntegration.hs
2016-11-01 09:52:09 -05:00

9 lines
196 B
Haskell

module Main where
import Prologue
import qualified IntegrationFormatSpec
import Test.Hspec
main :: IO ()
main = hspec . parallel $ describe "Integration Format Specs" IntegrationFormatSpec.spec