Fix typo in Manager#handle specs

This commit is contained in:
Thibault Jouan 2015-04-22 03:31:25 +00:00
parent a7fe5d767f
commit b8e31e1981

View File

@ -333,7 +333,7 @@ module Uh
context 'when unmap_notify event is given' do
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
manager.handle event
end