diff --git a/spec/defines/nodejs_npm_spec.rb b/spec/defines/nodejs_npm_spec.rb index 5a8b4559..bd370e03 100644 --- a/spec/defines/nodejs_npm_spec.rb +++ b/spec/defines/nodejs_npm_spec.rb @@ -52,10 +52,6 @@ it 'the exec directory should be /home/npm/packages' do is_expected.to contain_exec('npm_install_express').with('cwd' => '/home/npm/packages') end - - it 'the environment variable HOME should be /root' do - is_expected.to contain_exec('npm_install_express').with('environment' => 'HOME=/root') - end end # npm install