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.
Add this line to your application's Gemfile:
gem 'fabrial'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fabrial
Bug reports and pull requests are welcome on GitHub.
The gem is available as open source under the terms of the MIT License.