Tests: add session.vader
This commit is contained in:
parent
9e296c31d9
commit
1c1c3abb80
7 changed files with 27 additions and 3 deletions
19
test/feature/mapping.vader
Normal file
19
test/feature/mapping.vader
Normal file
|
@ -0,0 +1,19 @@
|
|||
Before:
|
||||
Startify
|
||||
|
||||
Do (Open new buffer in insert "foo"):
|
||||
ifoo
|
||||
Expect (Buffer contains only "foo"):
|
||||
foo
|
||||
|
||||
Do (Open new buffer in normal mode and insert "bar"):
|
||||
eibar
|
||||
Expect (Buffer contains only "bar"):
|
||||
bar
|
||||
|
||||
Given (Buffer that contains only "quux"):
|
||||
quux
|
||||
Do (Quit Startify buffer via 'q'):
|
||||
q
|
||||
Expect (Buffer before :Startify was called):
|
||||
quux
|
Loading…
Add table
Add a link
Reference in a new issue