Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
RSpec is a behaviour-driven development (BDD) framework for the Ruby language.
0
votes
0answers
61 views
testing Facebook login with Koala
I'm logging in successfully with Facebook via Koala. I now want to test in Rspec my controller behavior, and for this I would like to set up a live environment where I register a user via Facebook.
...
0
votes
1answer
574 views
Rails test Facebook methods using Koala and RSpec
I'm making an application that uses Facebook info with Rails, Omniauth and Koala.
Using Ryan Bates Facebook Railscasts, I use this facebook method on my User model, to get the users uid, auth_token, ...
0
votes
1answer
405 views
omniauth-facebook, integration testing, rspec, capybara - where to start?
I have done a few very simple integration tests for an app for testing an api. I would like to add integration tests for our facebook login. I'm pretty confused as to how to do this. It would seem ...
4
votes
1answer
191 views
How do I rspec with valid_session using Facebooker2 in rails 3?
I'm pretty new to Rails. I have been developing my app with RSpec. I have just followed a tutorial for Facebooker2 and added the before_filter for authentication.
...
0
votes
1answer
78 views
(Ruby ON Rails) Write spec for Facebook ID and validate a FB page or group
I a newbie trying to write a [Ruby ON Rails] spec to make sure user insert is Facebook ID and I can't find anywhere for validate user FB id and direct link to it once clicked. Found ...
3
votes
2answers
4k views
Integration test with rspec and devise sign_in env
I am using devise configured to use omniauth facebook sign in integration.
When calling sing_in method from my spec/request tests I get "undefined method `env' for nil:NilClass".
describe ...
2
votes
1answer
1k views
omniauth mock facebook response
I'm want to test my login through facebook. Im using pure omniauth, w/o Devise. I check the wiki page and do following:
helper for request specs
module IntegrationSpecHelper
def ...