hspec-dirstream 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hspec-dirstream.cabal +1/−1
- src/Test/Hspec/Dirstream.hs +2/−2
hspec-dirstream.cabal view
@@ -1,5 +1,5 @@ name: hspec-dirstream-version: 0.1.0.1+version: 0.1.0.2 synopsis: Helper functions to simplify adding integration tests. description: This package uses [hspec](http://hackage.haskell.org/package/hspec) and [dirstream](http://hackage.haskell.org/package/dirstream) to provide easy-to-use functions for integration tests. homepage: https://hub.darcs.net/vmchale/hspec-dirstream
src/Test/Hspec/Dirstream.hs view
@@ -49,8 +49,8 @@ -- -- > testFiles "test/data" (hasExtension "hs") formatFile ----- This would read @test/data/file.hs@, format the file if it can, and compare--- the output to the contents of @test/data/file.out@.+-- This would read @test\/data\/file.hs@, format the file if it can, and compare+-- the output to the contents of @test\/data\/file.out@. testFiles :: (Eq a, Show a) => FilePath -- ^ Base directory -> (F.FilePath -> Bool) -- ^ Filter on file extensions