Implement `modifier' run control keyword

This commit is contained in:
Thibault Jouan
2015-04-14 03:22:47 +00:00
parent 620150b6d8
commit 6ac26c370e
9 changed files with 58 additions and 18 deletions

View File

@@ -21,6 +21,10 @@ module Uh
expect(env.layout_class).not_to be
end
it 'has the default modifier set' do
expect(env.modifier).to eq :mod1
end
it 'has defaults key bindings set' do
expect(env.keybinds.keys).to eq %i[q]
end