diff options
Diffstat (limited to 'devel/hs-hspec/pkg-descr')
-rw-r--r-- | devel/hs-hspec/pkg-descr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/hs-hspec/pkg-descr b/devel/hs-hspec/pkg-descr deleted file mode 100644 index 7a2d95826c15..000000000000 --- a/devel/hs-hspec/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Hspec is a testing framework for Haskell. It is inspired by the Ruby -library RSpec. Some of Hspec's distinctive features are: - - * a friendly DSL for defining tests - * integration with QuickCheck, SmallCheck, and HUnit - * parallel test execution - * automatic discovery of test files - -WWW: http://hspec.github.io/ |