Sha256: 52190cf17c4d10e39ca25d82a21ba41a9edb20a8e220fe5a1e34e3f06dbc48b4

Contents?: true

Size: 1.53 KB

Versions: 2

Compression:

Stored size: 1.53 KB

Contents

Fluent
======

[![Gem Version](https://badge.fury.io/rb/fluent.png)](http://badge.fury.io/rb/fluent)
[![Build Status](https://secure.travis-ci.org/jnyman/fluent.png)](http://travis-ci.org/jnyman/fluent)
[![Coverage Status](https://coveralls.io/repos/jnyman/fluent/badge.png?branch=master)](https://coveralls.io/r/jnyman/fluent)
[![Code Climate](https://codeclimate.com/github/jnyman/fluent.png)](https://codeclimate.com/github/jnyman/fluent)
[![Dependency Status](https://gemnasium.com/jnyman/fluent.png)](https://gemnasium.com/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. Commit your changes.
6. Push to the branch.
7. 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

2 entries across 2 versions & 1 rubygems

Version Path
fluent-0.7.2 README.md
fluent-0.7.1 README.md