diff --git a/spec/defines/nodejs_npm_spec.rb b/spec/defines/nodejs_npm_spec.rb index 88a93d26..8a14b08e 100644 --- a/spec/defines/nodejs_npm_spec.rb +++ b/spec/defines/nodejs_npm_spec.rb @@ -30,8 +30,10 @@ end it 'the npm install command should run under user foo' do - is_expected.to contain_exec('npm_install_express').with('command' => '/usr/bin/npm install express ', - 'user' => 'foo',) + is_expected.to contain_exec('npm_install_express').with( + 'command' => '/usr/bin/npm install express ', + 'user' => 'foo', + ) end end