From 062445339eae99bb97a189bda893fad0c7cb008d Mon Sep 17 00:00:00 2001 From: rgarcia Date: Sat, 29 Aug 2015 17:08:20 +0200 Subject: [PATCH] removes spec focus --- spec/features/beta_testers_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/features/beta_testers_spec.rb b/spec/features/beta_testers_spec.rb index 9036122a6..20aef50e0 100644 --- a/spec/features/beta_testers_spec.rb +++ b/spec/features/beta_testers_spec.rb @@ -10,7 +10,7 @@ feature 'Beta testers' do to receive(:beta_testers).and_return(['isabel@example.com']) end - scenario 'Beta testers should have access', :focus do + scenario 'Beta testers should have access' do visit root_path sign_up('isabel@example.com', 'secretpassword') confirm_email @@ -22,7 +22,7 @@ feature 'Beta testers' do expect(page).to have_content "Signed in successfully." end - scenario 'Non beta testers should not have access', :focus do + scenario 'Non beta testers should not have access' do visit root_path sign_up('other@example.com', 'secretpassword') confirm_email