fun LocalDateTime.shouldBeToday(): Unit
Asserts that the LocalDateTime has a date component of today
LocalDateTime.now().shouldBeToday() // Assertion passes