Skip to content

Instantly share code, notes, and snippets.

@drKreso
Created November 3, 2018 11:18
Show Gist options
  • Save drKreso/33d866ceb4050621112bc5e960caeb7a to your computer and use it in GitHub Desktop.
Save drKreso/33d866ceb4050621112bc5e960caeb7a to your computer and use it in GitHub Desktop.
RSpec.feature 'Facebook login management', type: :feature do
before(:each) do
OmniAuth.config.test_mode = true
mock_auth_hash
end
scenario 'Should login over facebokok do
visit '/users/sign_up'
click_on 'Facebook OAuth'
#.....
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment