(rubocop) Fix Layout/SpaceAroundOperators

This commit is contained in:
Tim Sharpe 2019-02-03 12:26:38 +11:00
parent 6a771a8d76
commit b16e3fc792
5 changed files with 24 additions and 24 deletions

View file

@ -9,7 +9,7 @@ describe Utils do
describe '#standardize_hostnames' do
before :each do
@vmpooler_response_body ='{
@vmpooler_response_body = '{
"ok": true,
"domain": "delivery.mycompany.net",
"ubuntu-1610-x86_64": {
@ -141,7 +141,7 @@ describe Utils do
describe '#generate_os_hash' do
before :each do
@host_hash = {'centos'=>1, 'debian'=>5, 'windows'=>1}
@host_hash = {'centos' => 1, 'debian' => 5, 'windows' => 1}
end
it 'takes an array of os arguments and returns a formatted hash' do