Make ticket layout configurable
Added option for conference organizer to switch between ticket layouts (horizontal or vertical). Added test for the same.
This commit is contained in:
parent
e25de318bd
commit
dd52a9b2ab
10 changed files with 38 additions and 2 deletions
|
|
@ -1573,6 +1573,10 @@ describe Conference do
|
|||
should validate_presence_of(:end_hour)
|
||||
end
|
||||
|
||||
it 'is not valid without a ticket_layout' do
|
||||
should validate_presence_of(:ticket_layout)
|
||||
end
|
||||
|
||||
it 'is not valid with a duplicate short title' do
|
||||
should validate_uniqueness_of(:short_title)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue