I\'m trying to write a request test that asserts that the proper links appear on the application layout depending in whether a user is logged in or out. FWIW, I\'m using Dev
Add this line to your routes.rb
# Devise routes devise_for :users # Or the name of your custom model