Remove /client

This commit is contained in:
Martin Lensment 2014-11-10 11:44:34 +02:00
parent cf11f1aaf8
commit 5754bbe297
42 changed files with 6 additions and 1155 deletions

View file

@ -2,8 +2,6 @@ module Feature
def sign_in(user)
visit '/logout'
click_on 'ID card (gitlab)' if user.username == 'gitlab'
click_on 'ID card (zone)' if user.username == 'zone'
click_on 'ID card (elkdata)' if user.username == 'elkdata'
end
end