And cleanup authentications

This commit is contained in:
Daniel O'Connor
2015-09-15 12:58:35 +09:30
parent 4a1bc9f6c0
commit f81666da5e

View File

@@ -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