1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
my-images/spec/support/auth_helpers.rb
2018-08-24 16:13:09 -04:00

10 lines
137 B
Ruby

module AuthHelpers
def sign_in
visit "/"
within(".centre-stage") do
click_link("Sign in with GitHub")
end
end
end