mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-14 07:26:23 +10:00
5 lines
98 B
Ruby
5 lines
98 B
Ruby
module HomePage
|
|
def login_as person
|
|
visit "/teams?auth_token=#{person.auth_token}"
|
|
end
|
|
end |