mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-27 05:48:41 -05:00
(rubocop) Fix Layout/SpaceAroundOperators
This commit is contained in:
parent
6a771a8d76
commit
b16e3fc792
5 changed files with 24 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue