mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -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|
|
||||
headers.delete('X-Auth-Token')
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
describe '#list' do
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
require_relative '../../lib/vmfloaty/service'
|
||||
|
||||
describe Service do
|
||||
|
||||
describe '#initialize' do
|
||||
it 'store configuration options' do
|
||||
options = MockOptions.new({})
|
||||
|
|
@ -77,5 +76,4 @@ describe Service do
|
|||
expect(service.token_status(nil, 'token-value')).to eql(status)
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ require 'commander/command'
|
|||
require_relative '../../lib/vmfloaty/utils'
|
||||
|
||||
describe Utils do
|
||||
|
||||
describe '#standardize_hostnames' do
|
||||
before :each do
|
||||
@vmpooler_response_body = '{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue