Project

fabrial

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Fabrial makes it easy to follow the "Arrange, Act, Assert" pattern in your tests. It makes it trivial to create your test data directly inline with your tests; removing the need for hard-to-maintain fixture files or blueprints.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.2.0, ~> 2.2
~> 1.0
~> 5.12, >= 5.12.2
~> 1.1, >= 1.1.2
~> 1.3, >= 1.3.8
>= 0
>= 0
~> 13.0
~> 0.75.0
~> 1.3.0

Runtime

> 4.2.0, < 6.0
 Project Readme

Fabrial

Travis (.org) Gem GitHub

Fabrial makes it easy to follow the "Arrange, Act, Assert" pattern in your tests. It makes it trivial to create your test data directly inline with your tests; removing the need for hard-to-maintain fixture files or blueprints.

Installation

Add this line to your application's Gemfile:

gem 'fabrial'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fabrial

Contributing

Bug reports and pull requests are welcome on GitHub.

License

The gem is available as open source under the terms of the MIT License.