mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
(rubocop) Fix Style/NestedParenthesizedCalls
This commit is contained in:
parent
397bbd4dce
commit
cdb9b0ca3d
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ describe Utils do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'uses nspooler when told explicitly' do
|
it 'uses nspooler when told explicitly' do
|
||||||
expect(Utils.get_service_object 'nspooler').to be NonstandardPooler
|
expect(Utils.get_service_object('nspooler')).to be NonstandardPooler
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue