Spec
Common/helpful Spec compliant testing utilities
Installation
- Add the dependency to your
shard.yml
:
development_dependencies:
athena-spec:
github: athena-framework/spec
version: ~> 0.2.0
- Run
shards install
Documentation
Everything is documented in the API Docs.
Contributing
- Fork it (https://github.com/athena-framework/spec/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- George Dietrich - creator and maintainer