(rubocop) Fix Style/NestedParenthesizedCalls

This commit is contained in:
Tim Sharpe 2019-02-03 11:21:53 +11:00
parent 397bbd4dce
commit cdb9b0ca3d

View file

@ -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