removes unused line from spec

This commit is contained in:
Juanjo Bazán
2015-08-12 12:00:06 +02:00
parent 502920c7f2
commit e880cb4f1a

View File

@@ -108,7 +108,7 @@ feature 'Debates' do
login_as(debate.author)
visit edit_debate_path(debate)
edit_debate_path(debate)
expect(current_path).to eq(root_path)
expect(page).to have_content 'not authorized'
end