mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Added tests for program#any_event_for_this_date?
This commit is contained in:
parent
6a1d757f43
commit
6eb8c8d6ae
3 changed files with 51 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ FactoryGirl.define do
|
|||
title { Faker::Book.title }
|
||||
short_title { SecureRandom.urlsafe_base64(4) }
|
||||
timezone { Faker::Address.time_zone }
|
||||
start_date { Date.today }
|
||||
start_date { Date.current }
|
||||
end_date { 6.days.from_now }
|
||||
start_hour 9
|
||||
end_hour 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue