Lean yet delicious combination of Minitest and Capybara for Acceptance BDD.
Inspired by Steak.
Add this line to your application's Gemfile:
gem 'fillet'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fillet
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Create tests and make them pass (
rake test
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request