diff options
author | Jay Mundrawala <jmundrawala@chef.io> | 2017-09-22 10:40:55 -0700 |
---|---|---|
committer | Jay Mundrawala <jmundrawala@chef.io> | 2017-09-25 05:50:21 -0700 |
commit | 52df3c495316dc71f2a2933843d2520ae0c66d82 (patch) | |
tree | 58b42583c31a9c18afe33e75050f473a160b294c | |
parent | bdbf0d63a63f7c04a7986dc5da0543fa514068ca (diff) | |
download | chef-52df3c495316dc71f2a2933843d2520ae0c66d82.tar.gz |
Fix unit tests
Signed-off-by: Jay Mundrawala <jmundrawala@chef.io>
-rw-r--r-- | spec/unit/provider/windows_task_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/provider/windows_task_spec.rb b/spec/unit/provider/windows_task_spec.rb index ec66cf2551..2f4562fe5d 100644 --- a/spec/unit/provider/windows_task_spec.rb +++ b/spec/unit/provider/windows_task_spec.rb @@ -331,7 +331,7 @@ describe Chef::Provider::WindowsTask do new_resource.frequency_modifier 15 new_resource.user "SYSTEM" new_resource.execution_time_limit "PT72H" - new_resource.start_day "30-Mar-2017" + new_resource.start_day "03/30/2017" new_resource.start_time "13:12" end @@ -383,7 +383,7 @@ describe Chef::Provider::WindowsTask do new_resource.frequency_modifier 15 new_resource.user "SYSTEM" new_resource.execution_time_limit "PT72H" - new_resource.start_day "30-Mar-2017" + new_resource.start_day "03/30/2017" new_resource.start_time "13:12" end context "when start_day not changed" do |