0
0
Fork 0

Remove unused Poll.unattached scope (#33350)

This commit is contained in:
Matt Jankowski 2024-12-19 03:10:06 -05:00 committed by GitHub
parent d014024dc5
commit aee64a465c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 9 deletions

View file

@ -20,14 +20,6 @@ RSpec.describe Poll do
expect(results).to eq([attached_poll])
end
end
describe '.unattached' do
it 'finds the correct records' do
results = described_class.unattached
expect(results).to eq([not_attached_poll])
end
end
end
describe '#reset_votes!' do