Fix wording in Runner#register_event_hooks specs
This commit is contained in:
parent
a7941d51cc
commit
f2c97499ce
@ -90,8 +90,8 @@ module Uh
|
|||||||
|
|
||||||
it 'registers for :manage event' do
|
it 'registers for :manage event' do
|
||||||
runner.register_event_hooks
|
runner.register_event_hooks
|
||||||
expect(env.layout).to receive(:<<).with :window
|
expect(env.layout).to receive(:<<).with :client
|
||||||
runner.events.emit :manage, args: :window
|
runner.events.emit :manage, args: :client
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user