spec/features/admin/poll/questions/answers/answers_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [101/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

    answer = create(:poll_question_answer, question: question, title: "Answer title", given_order: 2)

Line is too long. [103/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

    answer2 = create(:poll_question_answer, question: question, title: "Another title", given_order: 1)

There are no issues that match your filters.

Category
Status