mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-30 12:45:48 -04:00
And cleanup authentications
This commit is contained in:
@@ -51,6 +51,7 @@ feature "signup", :js => true do
|
||||
Member.where(login_name: 'tdawg').delete_all
|
||||
Member.where(email: 'tdawg@hotmail.com').delete_all
|
||||
Member.where(email: 'example.oauth.facebook@example.com').delete_all
|
||||
Authentication.where(provider: 'facebook', uid: '123545').delete_all
|
||||
|
||||
# Start the test
|
||||
visit root_path
|
||||
|
||||
Reference in New Issue
Block a user