Fix rubocop

This commit is contained in:
Martin Lensment 2015-01-21 11:10:59 +02:00
parent a4ebb24a03
commit 5ed983fd2e
4 changed files with 5 additions and 6 deletions

View file

@ -19,7 +19,7 @@ feature 'Sessions', type: :feature do
expect(page).to have_text('Welcome!')
uri = URI.parse(current_url)
expect(uri.path).to eq(admin_root_path)
expect(uri.path).to eq(admin_domains_path)
expect(page).to have_link('Elkdata', count: 2)
expect(page).to have_link('Registrar OÜ', count: 2)