(rubocop) Fix Layout/SpaceAfterComma

This commit is contained in:
Tim Sharpe 2019-02-03 12:48:04 +11:00
parent cecea8bc05
commit 9afae18ee2
3 changed files with 3 additions and 3 deletions

View file

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