[style] Remove unused variable
This commit is contained in:
parent
fdb08b0c9a
commit
72dd36993b
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ describe ConferenceHelper, type: :helper do
|
||||||
let(:conference2) { create(:conference, organization: organization) }
|
let(:conference2) { create(:conference, organization: organization) }
|
||||||
|
|
||||||
it 'gives the correct logo url' do
|
it 'gives the correct logo url' do
|
||||||
mailbot = Mailbot.new
|
|
||||||
expect(conference_logo_url(conference2)).to eq('snapcon_logo.png')
|
expect(conference_logo_url(conference2)).to eq('snapcon_logo.png')
|
||||||
|
|
||||||
File.open('spec/support/logos/1.png') do |file|
|
File.open('spec/support/logos/1.png') do |file|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue