Sha256: f54dbf1809d77f419b213f9e2572a89933302a43373e18ab5bb85a9c22411489

Contents?: true

Size: 1.47 KB

Versions: 6

Compression:

Stored size: 1.47 KB

Contents

Fluent
======

[![Build Status](https://secure.travis-ci.org/jnyman/fluent.png)](http://travis-ci.org/jnyman/fluent)
[![Dependency Status](https://gemnasium.com/jnyman/fluent.png)](https://gemnasium.com/jnyman/fluent)
[![Gem Version](https://badge.fury.io/rb/fluent.png)](http://badge.fury.io/rb/fluent)
[![Coverage Status](https://coveralls.io/repos/jnyman/fluent/badge.png?branch=master)](https://coveralls.io/r/jnyman/fluent)

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

See the [Fluent wiki](https://github.com/jnyman/fluent/wiki) for details on how to use the framework.

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

Generally you will just install Fluent as a gem:

    $ gem install fluent

If your application uses a Gemfile, add the following line to it:

    gem 'fluent'

And then execute:

    $ bundle

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

1. Fork the project.
2. Create a branch for your change.
3. Make your feature additions or bug fixes in your branch.
4. Create unit tests (in spec) for your changes.
5. Create acceptance tests (in specs) for your changes.
6. Commit your changes.
7. Push to the branch.
8. Create a new [pull request](https://help.github.com/articles/using-pull-requests).

Do note that pull requests are very welcome and are considered better than bug reports. Please create a topic branch for every separate change that you make. When you make commits, do not change the rakefile, version or history information.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-0.6.0 README.md
fluent-0.5.0 README.md
fluent-0.4.0 README.md
fluent-0.3.0 README.md
fluent-0.2.0 README.md
fluent-0.1.0 README.md