allDays

Adds all days of the week to the allowed days.

Example

feature("always-available") {
weekdayStrategy {
allDays() // All seven days
}
}