Remove real names from tests

This commit is contained in:
Martin Lensment 2014-12-09 16:35:36 +02:00
parent 987ba7db50
commit f71136238a
5 changed files with 198 additions and 198 deletions

View file

@ -23,6 +23,6 @@ feature 'Sessions', type: :feature do
expect(uri.path).to eq(admin_root_path)
expect(page).to have_link('Elkdata', count: 2)
expect(page).to have_link('Zone Media OÜ', count: 2)
expect(page).to have_link('Registrar OÜ', count: 2)
end
end