Skip to content

Commit

Permalink
Reverse Rubocop ugliness
Browse files Browse the repository at this point in the history
  • Loading branch information
juniorsysadmin committed Jan 10, 2016
1 parent e0d1a7a commit 8090342
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 8090342

Please sign in to comment.