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

@@ -388,8 +388,6 @@ describe "Stats" do
end
scenario "Participants by poll" do
oa = create(:poll_officer_assignment)
poll1 = create(:poll)
poll2 = create(:poll)