(rubocop) Fix Layout/EmptyLinesAroundBlockBody

This commit is contained in:
Tim Sharpe 2019-02-03 12:41:22 +11:00
parent b2ac1ddf2f
commit edaa3e5645
3 changed files with 0 additions and 4 deletions

View file

@ -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