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 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
- Fork the project.
- Create a branch for your change.
- Make your feature additions or bug fixes in your branch.
- Create unit tests (in spec) for your changes.
- Commit your changes.
- Push to the branch.
- Create a new pull request.
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.




