diff --git a/spec/features/budget_polls/officing_spec.rb b/spec/features/budget_polls/officing_spec.rb index 8d3e9501a..81dd3b533 100644 --- a/spec/features/budget_polls/officing_spec.rb +++ b/spec/features/budget_polls/officing_spec.rb @@ -3,8 +3,7 @@ require 'rails_helper' feature 'Budget Poll Officing' do scenario 'Show sidebar menu if officer has shifts assigned' do - budget = create(:budget) - poll = create(:poll, budget: budget) + poll = create(:poll) booth = create(:poll_booth) booth_assignment = create(:poll_booth_assignment, poll: poll, booth: booth)