Fix typo in Manager#handle specs
This commit is contained in:
@@ -333,7 +333,7 @@ module Uh
|
|||||||
context 'when unmap_notify event is given' do
|
context 'when unmap_notify event is given' do
|
||||||
let(:event) { mock_event :unmap_notify, window: :window }
|
let(:event) { mock_event :unmap_notify, window: :window }
|
||||||
|
|
||||||
it 'unmap the event window' do
|
it 'unmaps the event window' do
|
||||||
expect(manager).to receive(:unmap).with :window
|
expect(manager).to receive(:unmap).with :window
|
||||||
manager.handle event
|
manager.handle event
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user