Skip to content

Instantly share code, notes, and snippets.

@werelax
Created September 7, 2011 15:32
Show Gist options
  • Save werelax/1200887 to your computer and use it in GitHub Desktop.
Save werelax/1200887 to your computer and use it in GitHub Desktop.
OmniAuth en modo test
OmniAuth.config.test_mode = true
OmniAuth.config.mock_auth[:facebook] = {
"uid" => '12345',
"provider" => 'facebook',
"user_info" => {"name" => "Test Pepito", "nickname" => 'pepito'},
"credentials" => {"token" => 'testest'}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment