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:
parent
d5e807257e
commit
52e274b57d
@ -1,2 +1,9 @@
|
||||
module Data.Gram.Spec where
|
||||
|
||||
import Prologue
|
||||
import Test.Hspec
|
||||
|
||||
spec :: Spec
|
||||
spec = parallel $ do
|
||||
describe "pqGrams" $
|
||||
it "exists" pending
|
||||
|
Loading…
Reference in New Issue
Block a user