diff options
Diffstat (limited to 'spec/functional')
-rw-r--r-- | spec/functional/resource/batch_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/batch_spec.rb b/spec/functional/resource/batch_spec.rb index 2f15984964..2b176ed06c 100644 --- a/spec/functional/resource/batch_spec.rb +++ b/spec/functional/resource/batch_spec.rb @@ -23,7 +23,7 @@ describe Chef::Resource::WindowsScript::Batch, :windows_only do let(:output_command) { " > " } - let(:architecture_command) { '@echo %PROCESSOR_ARCHITECTURE%' } + let(:architecture_command) { "@echo %PROCESSOR_ARCHITECTURE%" } let(:resource) do Chef::Resource::WindowsScript::Batch.new("Batch resource functional test", @run_context) |