Created
November 3, 2018 11:18
-
-
Save drKreso/33d866ceb4050621112bc5e960caeb7a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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