hspec-discover 2.0.0 → 2.0.1
raw patch · 5 files changed
+2/−2 lines, 5 files
Files
- hspec-discover.cabal +2/−2
- test-data/empty-dir/Foo/Bar/Baz/.placeholder +0/−0
- test-data/nested-spec/Foo/Bar/BazSpec.hs +0/−0
- test-data/nested-spec/Foo/BarSpec.hs +0/−0
- test-data/nested-spec/FooSpec.hs +0/−0
hspec-discover.cabal view
@@ -1,5 +1,5 @@ name: hspec-discover-version: 2.0.0+version: 2.0.1 license: MIT license-file: LICENSE copyright: (c) 2012-2014 Simon Hengel@@ -16,7 +16,7 @@ . <http://hspec.github.io/hspec-discover.html> --- find test-data/ -type f+extra-source-files: test-data/nested-spec/FooSpec.hs test-data/nested-spec/Foo/Bar/BazSpec.hs test-data/nested-spec/Foo/BarSpec.hs
+ test-data/empty-dir/Foo/Bar/Baz/.placeholder view
+ test-data/nested-spec/Foo/Bar/BazSpec.hs view
+ test-data/nested-spec/Foo/BarSpec.hs view
+ test-data/nested-spec/FooSpec.hs view