Sha256: f48889a83fac639e6bef3d9438ea33ed5b19a4c0f0db0b06ef4fb654ce5ea301

Contents?: true

Size: 1.19 KB

Versions: 5

Compression:

Stored size: 1.19 KB

Contents

Lucid
=====

Description
-----------

Lucid is a Test Description Language (TDL) execution engine. It is, in many ways, a clone of the popular tool [Cucumber](http://cukes.info/). Lucid is diverging in many ways from Cucumber and similar tools but it does owe much of its initial structure to them.

This is an alpha release of Lucid as it strives to become its own entity in the world of BDD tools.


Installation
------------

Add this line to your application's Gemfile:

    gem 'lucid'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install lucid


Using Lucid
-----------

Much more detail on how to use Lucid will be coming soon. One way to get started however is to use the Lucid project generator. If you wanted to create a project directory called 'tutorial' for example, you could do this:

    $ lucid-gen project tutorial

In order to to check what options are available to you from the command line, do this:

    $ lucid --help


Contributing
------------

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lucid-0.0.9 README.md
lucid-0.0.8 README.md
lucid-0.0.7 README.md
lucid-0.0.6 README.md
lucid-0.0.5 README.md