Comments unused keys

This commit is contained in:
Alberto Garcia Cabeza
2015-09-07 00:23:10 +02:00
parent 2aac7b413c
commit 6825409744
3 changed files with 6 additions and 6 deletions

View File

@@ -31,11 +31,11 @@ feature 'Organizations' do
end
scenario 'Shared links' do
visit new_user_registration_path
expect(page).to have_link "Sign up as an organization / collective"
# visit new_user_registration_path
# expect(page).to have_link "Sign up as an organization / collective"
visit new_organization_registration_path
expect(page).to have_link "Sign up"
# visit new_organization_registration_path
# expect(page).to have_link "Sign up"
visit new_user_session_path