mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 22:21:11 +00:00
creating default organization while creating a conference
This commit is contained in:
parent
3fb316482c
commit
cce3ff7aea
3 changed files with 14 additions and 4 deletions
|
|
@ -1630,7 +1630,7 @@ describe Conference do
|
|||
end
|
||||
|
||||
describe 'after_create' do
|
||||
let(:conference) { Conference.new(title: 'ABC', short_title: 'XYZ', start_date: Date.today, end_date: Date.today + 10, timezone: 'GMT') }
|
||||
let(:conference) { create(:conference) }
|
||||
|
||||
it 'calls back to create free ticket' do
|
||||
conference.save
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue