[style] Remove unused variable

This commit is contained in:
Jimmy 2021-03-12 00:20:30 -08:00
parent fdb08b0c9a
commit 72dd36993b

View file

@ -73,7 +73,6 @@ describe ConferenceHelper, type: :helper do
let(:conference2) { create(:conference, organization: organization) }
it 'gives the correct logo url' do
mailbot = Mailbot.new
expect(conference_logo_url(conference2)).to eq('snapcon_logo.png')
File.open('spec/support/logos/1.png') do |file|