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
- 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.