Fix a description in Manager#handle specs
This commit is contained in:
parent
193180fe6d
commit
66c1b78740
@ -83,7 +83,7 @@ module Uh
|
|||||||
end
|
end
|
||||||
|
|
||||||
describe '#handle' do
|
describe '#handle' do
|
||||||
context 'when key_release event is given' do
|
context 'when key_press event is given' do
|
||||||
let(:event) { double 'event', type: :key_press, key: 'q' }
|
let(:event) { double 'event', type: :key_press, key: 'q' }
|
||||||
|
|
||||||
it 'emits :key event with the corresponding key' do
|
it 'emits :key event with the corresponding key' do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user