1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Stub in the spec itself.

This commit is contained in:
Rob Rix 2016-06-22 10:45:31 -04:00
parent d5e807257e
commit 52e274b57d

View File

@ -1,2 +1,9 @@
module Data.Gram.Spec where
import Prologue
import Test.Hspec
spec :: Spec
spec = parallel $ do
describe "pqGrams" $
it "exists" pending