Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

allydvm/fabrial

Repository files navigation

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.