Add a picture format for conference tickets

This commit is contained in:
James Mason 2017-11-30 10:37:20 -08:00
parent 364be55412
commit e01d849374
4 changed files with 23 additions and 1 deletions

View file

@ -1704,4 +1704,8 @@ describe Conference do
it { is_expected.to eq [past_conference1, past_conference2] }
end
it 'should have a picture format for tickets' do
expect(create(:conference).picture.ticket.url)
end
end