Hi I have a very simple integration test
require \'integration_test_helper\' Capybara.current_driver = :rack_test class AdminSignsInTest < ActionDi
I found mattwinder's answer worked, but I also had to comment out the line
config.use_transactional_fixtures = true
in spec/spec_helper.rb as well. Just overriding it in spec/support/database_cleaner.rb wasn't sufficient to make logins work with Selenium.