Fix wording in Manager specs

This commit is contained in:
Thibault Jouan 2015-04-20 07:14:45 +00:00
parent 77226594fa
commit d8994dc165

View File

@ -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