weekdays

Adds all weekdays (Monday through Friday) to the allowed days.

Example

feature("workday-feature") {
weekdayStrategy {
weekdays() // Monday through Friday
}
}