1 import Test
.Cabal
.Prelude
5 cwd
<- fmap testCurrentDir getTestEnv
6 assertFileDoesNotContain
(cwd
</> "cabal.config") "exceptions"
7 assertFileDoesNotContain
(cwd
</> "cabal.config") "my"
8 assertFileDoesContain
(cwd
</> "cabal.config") "base"