Implement `quit' action keyword

This commit is contained in:
Thibault Jouan
2015-04-15 03:39:09 +00:00
parent 0a83563cad
commit 49f85bee35
8 changed files with 80 additions and 5 deletions

View File

@@ -21,6 +21,10 @@ module Uh
expect(env.layout_class).not_to be
end
it 'has defaults key bindings set' do
expect(env.keybinds.keys).to eq %i[q]
end
describe '#verbose?' do
context 'when verbose mode is disabled' do
before { env.verbose = false }