mirror of
https://github.com/github/semantic.git
synced 2024-12-23 23:11:50 +03:00
8 lines
110 B
Haskell
8 lines
110 B
Haskell
module Command.Spec where
|
|
|
|
import Prologue hiding (readFile)
|
|
import Test.Hspec
|
|
|
|
spec :: Spec
|
|
spec = return ()
|