mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
(rubocop) Fix Layout/EmptyLinesAroundBlockBody
This commit is contained in:
parent
b2ac1ddf2f
commit
edaa3e5645
3 changed files with 0 additions and 4 deletions
|
|
@ -23,7 +23,6 @@ describe NonstandardPooler do
|
||||||
@get_request_headers_notoken = @get_request_headers.tap do |headers|
|
@get_request_headers_notoken = @get_request_headers.tap do |headers|
|
||||||
headers.delete('X-Auth-Token')
|
headers.delete('X-Auth-Token')
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
describe '#list' do
|
describe '#list' do
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
require_relative '../../lib/vmfloaty/service'
|
require_relative '../../lib/vmfloaty/service'
|
||||||
|
|
||||||
describe Service do
|
describe Service do
|
||||||
|
|
||||||
describe '#initialize' do
|
describe '#initialize' do
|
||||||
it 'store configuration options' do
|
it 'store configuration options' do
|
||||||
options = MockOptions.new({})
|
options = MockOptions.new({})
|
||||||
|
|
@ -77,5 +76,4 @@ describe Service do
|
||||||
expect(service.token_status(nil, 'token-value')).to eql(status)
|
expect(service.token_status(nil, 'token-value')).to eql(status)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ require 'commander/command'
|
||||||
require_relative '../../lib/vmfloaty/utils'
|
require_relative '../../lib/vmfloaty/utils'
|
||||||
|
|
||||||
describe Utils do
|
describe Utils do
|
||||||
|
|
||||||
describe '#standardize_hostnames' do
|
describe '#standardize_hostnames' do
|
||||||
before :each do
|
before :each do
|
||||||
@vmpooler_response_body = '{
|
@vmpooler_response_body = '{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue