From 1ec245513435f609e7f88af883dbb67c95808796 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Sat, 7 Oct 2017 14:30:10 +0200 Subject: [PATCH] fixes spec this one seems unrelated, probably got pushed in another PR --- spec/features/admin/poll/questions/answers/answers_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/admin/poll/questions/answers/answers_spec.rb b/spec/features/admin/poll/questions/answers/answers_spec.rb index b3b3ad420..66918c4d8 100644 --- a/spec/features/admin/poll/questions/answers/answers_spec.rb +++ b/spec/features/admin/poll/questions/answers/answers_spec.rb @@ -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)