transferred Code Ocean from original repository to GitHub
This commit is contained in:
5
spec/support/authentication.rb
Normal file
5
spec/support/authentication.rb
Normal file
@ -0,0 +1,5 @@
|
||||
module Authentication
|
||||
def sign_in(user, password)
|
||||
page.driver.post(sessions_url, email: user.email, password: password)
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user