Fix wording in Manager specs
This commit is contained in:
@@ -247,7 +247,7 @@ module Uh
|
|||||||
double 'event', type: :configure_request, window: :window
|
double 'event', type: :configure_request, window: :window
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'configure the event window' do
|
it 'configures the event window' do
|
||||||
expect(manager).to receive(:configure).with :window
|
expect(manager).to receive(:configure).with :window
|
||||||
manager.handle event
|
manager.handle event
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user