Remove unnecessary code

It looks like these variables were left by accident. The Ruby
interpreter was giving us warnings about unused variables.
This commit is contained in:
Javi Martín
2019-09-24 18:44:58 +02:00
parent fcaa30dc57
commit cb2069858c
9 changed files with 3 additions and 17 deletions

View File

@@ -58,7 +58,6 @@ describe Poll::Shift do
it "creates and destroy corresponding officer_assignments" do
poll2 = create(:poll)
poll3 = create(:poll)
booth_assignment1 = create(:poll_booth_assignment, poll: poll, booth: booth)
booth_assignment2 = create(:poll_booth_assignment, poll: poll2, booth: booth)