1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Merge branch 'master' into subparsers

This commit is contained in:
Rob Rix 2017-04-10 11:41:41 -04:00 committed by GitHub
commit 837bb03ce6

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