Skip to content

Commit

Permalink
Remove incorrect test for /root HOME, voxpupuli#305 voxpupuli#363
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed May 2, 2018
1 parent 5adf129 commit 353c6f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/defines/nodejs_npm_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 <package> <install_options>
Expand Down

0 comments on commit 353c6f4

Please sign in to comment.