mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 21:38:41 -05:00
(rubocop) Fix Layout/SpaceInsideLiteralHashBraces
This commit is contained in:
parent
eb0d31260f
commit
b8971c040a
6 changed files with 28 additions and 28 deletions
|
|
@ -7,7 +7,7 @@ describe Service do
|
|||
describe '#initialize' do
|
||||
it 'store configuration options' do
|
||||
options = MockOptions.new({})
|
||||
config = {'url' => 'http://example.url'}
|
||||
config = { 'url' => 'http://example.url' }
|
||||
service = Service.new(options, config)
|
||||
expect(service.config).to include config
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue