diff --git a/spec/uh/wm/manager_spec.rb b/spec/uh/wm/manager_spec.rb index 84bac44..dc0c807 100644 --- a/spec/uh/wm/manager_spec.rb +++ b/spec/uh/wm/manager_spec.rb @@ -247,7 +247,7 @@ module Uh double 'event', type: :configure_request, window: :window end - it 'configure the event window' do + it 'configures the event window' do expect(manager).to receive(:configure).with :window manager.handle event end