spec/models/poll/officer_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

      create(:poll_officer_assignment, booth_assignment: booth_assignment_2, officer: officer, final: true)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

      create(:poll_officer_assignment, booth_assignment: booth_assignment_1b, officer: officer, date: poll_1.ends_at, final: true)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

      create(:poll_officer_assignment, booth_assignment: booth_assignment_2, officer: officer, final: true)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

      create(:poll_officer_assignment, booth_assignment: booth_assignment_2, officer: officer, final: true)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

      create(:poll_officer_assignment, booth_assignment: booth_assignment_1b, officer: officer, date: poll_1.ends_at)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

      create(:poll_officer_assignment, booth_assignment: booth_assignment_1a, officer: officer, date: poll_1.starts_at)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

      create(:poll_officer_assignment, booth_assignment: booth_assignment_1, officer: officer, date: poll_1.starts_at)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

        create(:poll_officer_assignment, officer: officer, booth_assignment: create(:poll_booth_assignment, poll: p))
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

      create(:poll_officer_assignment, booth_assignment: booth_assignment_1a, officer: officer, date: poll_1.starts_at, final: true)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

      create(:poll_officer_assignment, booth_assignment: booth_assignment_1, officer: officer, date: poll_1.starts_at)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

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

        create(:poll_officer_assignment, officer: officer, booth_assignment: create(:poll_booth_assignment, poll: p), final: true)
Severity: Minor
Found in spec/models/poll/officer_spec.rb by rubocop

There are no issues that match your filters.

Category
Status