All Ruby tests raising: undefined method `authenticate’ for nil:NilClass

This question has been answered on Twitter by @MatthewClosson

@jeffehh You need to create a
spec/support/devise.rb file as
specified here https://github.com/plataformatec/devise#test-helpers to
include the devise test helpers #ruby

Thanks once again.

Leave a Comment