spec/features/admin/poll/officer_assignments_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

    officer_assignment = create(:poll_officer_assignment, booth_assignment: booth_assignment, officer: officer1)

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

    officer_assignment_2 = create(:poll_officer_assignment, booth_assignment: booth_assignment_2, officer: officer2)

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

    officer_assignment = create(:poll_officer_assignment, booth_assignment: booth_assignment, officer: officer1)

Final newline missing. (https://github.com/bbatsov/ruby-style-guide#newline-eof)
Open

end

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

    officer_assignment_2 = create(:poll_officer_assignment, booth_assignment: booth_assignment_2, officer: officer2)

There are no issues that match your filters.

Category
Status