Authlogic Facebook Connect and cucumber
- by jspooner
I added the authlogic_facebook_connect plugin to my project and I'm now having problem running my cucumber test because of a NoMethodError.
undefined method `set_facebook_session' for nil:NilClass (NoMethodError)
In authlogic_facebook_connect/Session.rb the method "authenticating_with_facebook_connect?" is called as some sort of callback and the…