diff options
author | adamedx <adamed@opscode.com> | 2013-02-19 06:53:39 -0800 |
---|---|---|
committer | adamedx <adamed@opscode.com> | 2013-02-19 09:32:06 -0800 |
commit | e20d71a51bb42226571a912dfc70445d2ca10a5c (patch) | |
tree | 3114733813f33d05d331e260d58ce1f896a797ab /spec/unit/resource/batch_spec.rb | |
parent | edf49de5f28bd7c02646582f0bbe02683141b443 (diff) | |
download | chef-e20d71a51bb42226571a912dfc70445d2ca10a5c.tar.gz |
OC-4739: Merge functional tests, Win2k3 compatibility
Diffstat (limited to 'spec/unit/resource/batch_spec.rb')
-rw-r--r-- | spec/unit/resource/batch_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/resource/batch_spec.rb b/spec/unit/resource/batch_spec.rb index 119b0dd5f1..91b840908e 100644 --- a/spec/unit/resource/batch_spec.rb +++ b/spec/unit/resource/batch_spec.rb @@ -36,13 +36,13 @@ describe Chef::Resource::Batch do @resource.should be_a_kind_of(Chef::Resource::Batch) end - context "windowssystemscript" do + context "windows script" do let(:resource_instance) { @resource } let(:resource_instance_name ) { @resource.command } let(:resource_name) { :batch } let(:interpreter_file_name) { 'cmd.exe' } - it_should_behave_like "a Windows system script resource" + it_should_behave_like "a Windows script resource" end end |