Assign a Dispatcher in new Runner instances

This commit is contained in:
Thibault Jouan
2015-04-08 22:27:36 +00:00
parent 585903240b
commit fd13accaf6
2 changed files with 6 additions and 1 deletions

View File

@@ -25,6 +25,10 @@ module Uh
expect(runner.env).to be env
end
it 'assigns a new Dispatcher' do
expect(runner.events).to be_a Dispatcher
end
it 'assigns a new Manager' do
expect(runner.manager).to be_a Manager
end