Cogent

Cogent provides a semantic domain-specific language that can be used to construct a fluent interface for test execution libraries.

Installation

Add this line to your application's Gemfile:

gem 'cogent'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cogent

Usage

Instructions on how to use Helix will be coming soon.

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.