mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
(rubocop) Fix Layout/SpaceAfterComma
This commit is contained in:
parent
cecea8bc05
commit
9afae18ee2
3 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,7 @@ describe Service do
|
|||
|
||||
describe '#delete_token' do
|
||||
it 'deletes a token' do
|
||||
service = Service.new(MockOptions.new,'user' => 'first.last', 'url' => 'http://default.url')
|
||||
service = Service.new(MockOptions.new, 'user' => 'first.last', 'url' => 'http://default.url')
|
||||
allow(Commander::UI).to(receive(:password)
|
||||
.with('Enter your pooler service password:', '*')
|
||||
.and_return('hunter2'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue