removes spec focus
This commit is contained in:
@@ -10,7 +10,7 @@ feature 'Beta testers' do
|
|||||||
to receive(:beta_testers).and_return(['isabel@example.com'])
|
to receive(:beta_testers).and_return(['isabel@example.com'])
|
||||||
end
|
end
|
||||||
|
|
||||||
scenario 'Beta testers should have access', :focus do
|
scenario 'Beta testers should have access' do
|
||||||
visit root_path
|
visit root_path
|
||||||
sign_up('isabel@example.com', 'secretpassword')
|
sign_up('isabel@example.com', 'secretpassword')
|
||||||
confirm_email
|
confirm_email
|
||||||
@@ -22,7 +22,7 @@ feature 'Beta testers' do
|
|||||||
expect(page).to have_content "Signed in successfully."
|
expect(page).to have_content "Signed in successfully."
|
||||||
end
|
end
|
||||||
|
|
||||||
scenario 'Non beta testers should not have access', :focus do
|
scenario 'Non beta testers should not have access' do
|
||||||
visit root_path
|
visit root_path
|
||||||
sign_up('other@example.com', 'secretpassword')
|
sign_up('other@example.com', 'secretpassword')
|
||||||
confirm_email
|
confirm_email
|
||||||
|
|||||||
Reference in New Issue
Block a user