Packages

A pure-erlang, open-source, implementation of Cucumber (http://cukes.info). This provides a subset of the Cucumber feature definition language.

Current section

Files

Jump to
cucumberl src cucumberl.app.src
Raw

src/cucumberl.app.src

{application, cucumberl,
[
{description, "A pure-erlang implementation of Cucumber."},
{vsn, "0.0.7"},
{applications, [kernel,
stdlib]},
{registered, []},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/ericbmerritt/cucumberl"}]},
{env, []}
]}.