Skip to content

Commit

Permalink
Merge pull request #196 from juniorsysadmin/rubocop-ugly
Browse files Browse the repository at this point in the history
Reverse Rubocop ugliness
  • Loading branch information
igalic committed Jan 10, 2016
2 parents e0d1a7a + 8090342 commit a6c533a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/defines/nodejs_npm_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6c533a

Please sign in to comment.