Module: Omniauth::SessionHelpers

Defined in:
lib/generators/testing/configure/templates/spec/omniauth/support/helpers/omniauth.rb

Instance Method Summary collapse

Instance Method Details

#signinObject



20
21
22
23
24
25
# File 'lib/generators/testing/configure/templates/spec/omniauth/support/helpers/omniauth.rb', line 20

def 
  visit root_path
  expect(page).to have_content("Sign in")
  auth_mock
  click_link "Sign in"
end