Facebook Cucumber testing with Authlogic - how test user logged in as facebook user?

Posted by rhh on Stack Overflow See other posts from Stack Overflow or by rhh
Published on 2010-04-01T17:03:55Z Indexed on 2010/04/04 10:03 UTC
Read the original article Hit count: 246

I'm having trouble implementing this step:

Given "I am logged in as a Facebook user" do

end

The best suggestions I can find on the web (http://opensoul.org/2009/3/6/testing-facebook-with-cucumber) do not seem to be using Authlogic for authentication.

Can someone with the Cucumber/Authlogic_facebook_connect/Authlogic combo post their step for testing facebook logins?

Thank you very much.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about cucumber