I installed devise and added config.action_mailer.default_url_options = { :host => \'localhost:3000\' } to my development.rb file as suggested. When I run cu
config.action_mailer.default_url_options = { :host => \'localhost:3000\' }
Cucumber runs your test environment so you need to add the very same line in test.rb.
test.rb