remove failing line (undefined var)

This commit is contained in:
kikito
2015-09-04 15:41:12 +02:00
parent 8b16ecfcf9
commit b9453a83bb

View File

@@ -430,7 +430,6 @@ feature 'Debates' do
select 'most commented', from: 'order-selector'
expect(page).to have_select('order-selector', selected: 'most commented')
expect(find("#debates .debate", match: :first)).to have_content(@most_commented_debate.title)
select 'random', from: 'order-selector'
expect(page).to have_select('order-selector', selected: 'random')