diff --git a/spec/uh/wm/manager_spec.rb b/spec/uh/wm/manager_spec.rb index 2379a24..2b4db09 100644 --- a/spec/uh/wm/manager_spec.rb +++ b/spec/uh/wm/manager_spec.rb @@ -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