Coherent::Spec
Coherence is a framework that supports the creation and execution of test specifications that are written with the Gherkin structural language. Coherence will provide an interface that my Lucid tool can plug into.
Installation
Add this line to your application's Gemfile:
gem 'coherence'
And then execute:
$ bundle
Or install it yourself as:
$ gem install coherence
Usage
Coherence is in the very early stages of its existence and it will not be a stand-alone application. More details will follow as I figure out how all of this is going to work.
Contributing
- Fork the project.
- Create a feature branch. (
git checkout -b my-new-feature
) - Commit your changes. (
git commit -am 'new feature'
) - Push the branch. (
git push origin my-new-feature
) - Create a new pull request.