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:
@@ -388,8 +388,6 @@ describe "Stats" do
|
||||
end
|
||||
|
||||
scenario "Participants by poll" do
|
||||
oa = create(:poll_officer_assignment)
|
||||
|
||||
poll1 = create(:poll)
|
||||
poll2 = create(:poll)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user