fixes spec

this one seems unrelated, probably got pushed in another PR
This commit is contained in:
rgarcia
2017-10-07 14:30:10 +02:00
parent e320a836e7
commit 1ec2455134

View File

@@ -26,7 +26,7 @@ feature 'Answers' do
scenario 'Update' do
question = create(:poll_question)
answer = create(:poll_question_answer, question: question)
answer = create(:poll_question_answer, question: question, title: "Answer title")
visit admin_answer_path(answer)