Merge pull request #1834 from bear454/fix-speaker-registration-issues

Fix speaker registration issues
This commit is contained in:
Ana María Martínez Gómez 2017-12-13 10:15:36 +01:00 committed by GitHub
commit 952e8ac316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 37 additions and 16 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