aboutsummaryrefslogtreecommitdiff
path: root/devel/meck/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/meck/pkg-descr')
-rw-r--r--devel/meck/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/meck/pkg-descr b/devel/meck/pkg-descr
new file mode 100644
index 000000000000..a0d433cedf81
--- /dev/null
+++ b/devel/meck/pkg-descr
@@ -0,0 +1,5 @@
+With meck you can easily mock modules in Erlang. You can also perform some
+basic validations on the mocked modules, such as making sure no unexpected
+exceptions occurred or looking at the call history.
+
+WWW: https://github.com/eproxus/meck