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

11 lines
168 B
Haskell
Raw Normal View History

2016-06-27 20:12:06 +03:00
module Diff.Spec where
import Diff
import Prologue
import Test.Hspec
spec :: Spec
spec = parallel $ do
describe "mergeMaybe" $ do
it "is symmetrical" $ pending