rspec controller test with devise authentication

I am having problem with rspec testing controller the devise authentication. I have a following setup I have included config.include Devise::TestHelpers, :type => :controller in my spec_help...