Filet Capybara provides out of the box integration of filet and capybara
Installation
gem install filet-capybara
Usage
To use just require the gem in your test_helper
require 'filet-capybara'
If you're on rails, remember you also need to require capybara-rails in your test_helper
require 'capybara/rails'