Merge pull request #1576 from siddhantbajaj/qr-code

Add token field in ticket
This commit is contained in:
Ana María Martínez Gómez 2017-07-25 11:46:04 +02:00 committed by GitHub
commit e2bad46d00
8 changed files with 33 additions and 9 deletions

View file

@ -9,7 +9,7 @@ describe PhysicalTicketController do
describe 'GET #show' do
before :each do
sign_in user
get :show, id: physical_ticket.id, conference_id: conference.short_title
get :show, id: physical_ticket.token, conference_id: conference.short_title
end
it 'assigns ticket_layout' do