mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Replace All FactoryGirl Constant References
This commit is contained in:
parent
82c3372af2
commit
0a19418d15
55 changed files with 56 additions and 56 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace :data do
|
||||
desc 'Create demo data for our local development'
|
||||
include FactoryGirl::Syntax::Methods
|
||||
include FactoryBot::Syntax::Methods
|
||||
|
||||
task surveys: :environment do
|
||||
conference = create(:full_conference, start_date: Date.current, end_date: Date.current + 1.day)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue