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

  1. Fork the project.
  2. Create a feature branch. (git checkout -b my-new-feature)
  3. Commit your changes. (git commit -am 'new feature')
  4. Push the branch. (git push origin my-new-feature)
  5. Create a new pull request.