Fix coding standards
This commit is contained in:
parent
8ed77a0460
commit
3776abf405
@ -68,7 +68,7 @@ module Uh
|
||||
describe '#register_event_hooks' do
|
||||
it 'registers quit event hook' do
|
||||
runner.register_event_hooks
|
||||
expect(runner).to receive(:stop!)
|
||||
expect(runner).to receive :stop!
|
||||
runner.events.emit :quit
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user