specify-core
Version:
Describe, structure and runs tests for the Specify framework.
47 lines (30 loc) • 1.36 kB
Markdown
specify-core
============
[](https://travis-ci.org/origamitower/specify-core)
[](https://npmjs.org/package/specify-core)
[](https://david-dm.org/origamitower/specify-core)


This module provides the basic functionality for describing, structuring, and
running tests in [Specify][]. A DSL for Sweet.js and an EDSL for plain
JavaScript are also provided.
## Installation
```shell
$ npm install specify-core
```
## Tests
```shell
$ npm install # to make sure you've got all deps in place
$ make test
```
## Documentation
```shell
$ npm install # to make sure you've got all deps in place
$ make documentation
$ open docs/api/index.html
```
## Licence
Copyright (c) 2013-2014 [Origami Tower](http://www.origamitower.com).
This module is part of the [Specify framework][Specify], and released under the
[MIT](http://origami-tower.mit-license.org/) licence.
[Specify]: https://github.com/origamitower/specify