Skip to content

Commit

Permalink
💎 👮
Browse files Browse the repository at this point in the history
  • Loading branch information
olivielpeau committed Mar 7, 2017
1 parent 1f6ecff commit 2c165ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/dd-agent_spec.rb
Original file line number Diff line number Diff line change
@@ -144,7 +144,7 @@ def set_env_var(name, value)
end

context 'on Windows' do
cached(:chef_run) do
cached(:chef_run) do
set_env_var('ProgramData', 'C:\ProgramData')
ChefSpec::SoloRunner.new(
:platform => 'windows',
@@ -159,7 +159,7 @@ def set_env_var(name, value)
end

context 'on Windows with EXE installer' do
cached(:chef_run) do
cached(:chef_run) do
set_env_var('ProgramData', 'C:\ProgramData')
ChefSpec::SoloRunner.new(
:platform => 'windows',

0 comments on commit 2c165ab

Please sign in to comment.