1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00

Add a spec for Source.

This commit is contained in:
Rob Rix 2016-09-13 11:35:10 -04:00
parent 2b34916554
commit dcc164d09f
2 changed files with 10 additions and 0 deletions

View File

@ -116,6 +116,7 @@ test-suite semantic-diff-test
, InterpreterSpec
, PatchOutputSpec
, RangeSpec
, Source.Spec
, TermSpec
build-depends: base
, bifunctors

9
test/Source/Spec.hs Normal file
View File

@ -0,0 +1,9 @@
module Source.Spec where
import Prologue
import Source
import Test.Hspec
spec :: Spec
spec = do
pure ()