mirror of
https://github.com/github/semantic.git
synced 2024-11-29 02:44:36 +03:00
11 lines
168 B
Haskell
11 lines
168 B
Haskell
|
module Diff.Spec where
|
||
|
|
||
|
import Diff
|
||
|
import Prologue
|
||
|
import Test.Hspec
|
||
|
|
||
|
spec :: Spec
|
||
|
spec = parallel $ do
|
||
|
describe "mergeMaybe" $ do
|
||
|
it "is symmetrical" $ pending
|