Because of how the `passwordless/test_helper` is defined. it will require Cabybara when not using rspec. ``` rails c require "passwordless/test_helpers" ``` ``` capybara is not part of the bundle. Add it to your Gemfile. ```
Because of how the
passwordless/test_helperis defined. it will require Cabybara when not using rspec.