From f81666da5eb699796db13e93497b751f3c63af45 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Tue, 15 Sep 2015 12:58:35 +0930 Subject: [PATCH] And cleanup authentications --- spec/features/signup_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/features/signup_spec.rb b/spec/features/signup_spec.rb index 2da40334b..df1cd45fb 100644 --- a/spec/features/signup_spec.rb +++ b/spec/features/signup_spec.rb @@ -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