1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Merge pull request #1075 from github/what-the-hspec

Combine output stats for all specs
This commit is contained in:
Rob Rix 2017-04-10 11:29:05 -04:00 committed by GitHub
commit ae71489aa1

View File

@ -21,8 +21,8 @@ import qualified IntegrationSpec
import Test.Hspec
main :: IO ()
main = do
hspec . parallel $ do
main = hspec $ do
parallel $ do
describe "Alignment" AlignmentSpec.spec
describe "Command" Command.Spec.spec
describe "Command.Diff" Command.Diff.Spec.spec
@ -40,4 +40,5 @@ main = do
describe "TOC" TOCSpec.spec
describe "Integration" IntegrationSpec.spec
hspec $ describe "GitmonClient" GitmonClientSpec.spec
describe "GitmonClient" GitmonClientSpec.spec