summaryrefslogtreecommitdiff
path: root/spec/unit/resource/windows_task_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/SymbolArrayLamont Granquist2019-07-021-2/+2
* Add start_when_available support to windows_taskVivek Singh2019-04-261-0/+4
* windows_task resource: allow non-system users without password for interactiv...Nimesh2019-01-071-20/+61
* Add support for localized system account to windows_task resourceAnton Kvashenkin2018-10-161-1/+1
* added functional testdheerajd-msys2018-07-261-4/+4
* update for idempotent and test casedheerajd-msys2018-07-261-0/+8
* Add support for setting task priorityvasu11052018-07-251-0/+14
* [MSYS-752] windows task rewrite using wind32-taskschedulerVasu11052018-04-241-35/+53
* Fix windows_task idle_time validationalgaut2018-02-061-1/+9
* Remove useless class tests and cleanup specsresource_spec_cleanupTim Smith2018-01-201-5/+0
* Fix style errordheerajd-msys2018-01-161-1/+1
* Fix rspecsdheerajd-msys2018-01-161-0/+4
* fix validation for idle_timedheerajd-msys2018-01-161-0/+8
* Fixed chefstyle issuesVasu11052018-01-051-1/+1
* Added new specs and updated code to handle more scenariosVasu11052018-01-051-1/+1
* chef#6638 fixed random_delay and execution_time_limit property not idempotent...Vasu11052018-01-051-10/+10
* Fix failing msu_package resource specsTim Smith2017-12-151-1/+1
* Update the start_time spec for the new messageTim Smith2017-12-081-1/+1
* These are all input validation errors so they should raise ArgumentError not ...more_taskTim Smith2017-12-081-9/+9
* Expect the right exceptionsTim Smith2017-12-081-23/+23
* Properly handle an ISO8601 duration of 0 secondsTim Smith2017-12-081-0/+3
* Add tests for invalid datesTim Smith2017-12-071-2/+21
* Improve the integer/string warning messageTim Smith2017-12-071-4/+4
* Validate the start_date is correctly passedTim Smith2017-12-071-1/+1
* allow random_delay and execution_time_limit to be integers and properly validateTim Smith2017-12-071-11/+37
* Validate that starttime is actually in HH:mm formatTim Smith2017-12-071-0/+10
* Test lowercase system users not requiring passwordsTim Smith2017-12-071-0/+5
* Add testing of sec_to_durTim Smith2017-12-071-0/+16
* Improve the passwordless user error, logic, and testsimproved_task_loggingTim Smith2017-12-061-11/+16
* Update resource specsTim Smith2017-12-061-14/+14
* Clarify that we're talking about the 1 and only SYSTEM user hereTim Smith2017-12-061-1/+1
* Fixed the failing specs.NAshwini2017-09-201-2/+8
* fixed test with @NimishaS suggestion. Signed-off-by: Corey Hemminger corey.he...Corey Hemminger2017-05-031-6/+2
* updated testsCorey Hemminger2017-05-021-3/+7
* Fixed Rubocop style issues and review commentsnimisha2017-03-311-213/+213
* Adding specs for windows_task resourcenimisha2017-03-311-0/+213