mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-27 05:48:41 -05:00
(rubocop) Fix Layout/MultilineMethodCallIndentation
This commit is contained in:
parent
6f40397136
commit
b2ac1ddf2f
3 changed files with 15 additions and 15 deletions
|
|
@ -174,8 +174,8 @@ describe Utils do
|
|||
|
||||
service = Service.new(MockOptions.new, 'url' => url)
|
||||
allow(service).to receive(:query)
|
||||
.with(nil, hostname)
|
||||
.and_return(response_body)
|
||||
.with(nil, hostname)
|
||||
.and_return(response_body)
|
||||
|
||||
Utils.pretty_print_hosts(nil, service, hostname)
|
||||
end
|
||||
|
|
@ -200,8 +200,8 @@ describe Utils do
|
|||
|
||||
service = Service.new(MockOptions.new, 'url' => url)
|
||||
allow(service).to receive(:query)
|
||||
.with(nil, hostname)
|
||||
.and_return(response_body)
|
||||
.with(nil, hostname)
|
||||
.and_return(response_body)
|
||||
|
||||
Utils.pretty_print_hosts(nil, service, hostname)
|
||||
end
|
||||
|
|
@ -221,8 +221,8 @@ describe Utils do
|
|||
|
||||
service = Service.new(MockOptions.new, 'url' => url, 'type' => 'ns')
|
||||
allow(service).to receive(:query)
|
||||
.with(nil, hostname)
|
||||
.and_return(response_body)
|
||||
.with(nil, hostname)
|
||||
.and_return(response_body)
|
||||
|
||||
Utils.pretty_print_hosts(nil, service, hostname)
|
||||
end
|
||||
|
|
@ -242,8 +242,8 @@ describe Utils do
|
|||
|
||||
service = Service.new(MockOptions.new, 'url' => url, 'type' => 'ns')
|
||||
allow(service).to receive(:query)
|
||||
.with(nil, hostname)
|
||||
.and_return(response_body)
|
||||
.with(nil, hostname)
|
||||
.and_return(response_body)
|
||||
|
||||
Utils.pretty_print_hosts(nil, service, hostname)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue