Skip to content

Commit e016b18

Browse files
Yan PritzkerYan Pritzker
authored andcommitted
Run tests using zeus with zl and zs
1 parent 3af47b3 commit e016b18

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-10-27
2+
==================
3+
* Support for running zeus commands for rspec (`zl` and `zr`)
4+
* Ctrl-x and Ctrl-z to navigate the quickfix list
15

26
2014-06-01
37
==================

vim/settings/iterm-rspec.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ nnoremap ,rs :RunItermSpec<cr>
22
nnoremap ,rl :RunItermSpecLine<cr>
33
nnoremap ,ss :RunItermSpringSpec<cr>
44
nnoremap ,sl :RunItermSpringSpecLine<cr>
5+
nnoremap zl :RunItermZeusSpecLine<cr>
6+
nnoremap zs :RunItermZeusSpecLine<cr>

0 commit comments

Comments
 (0)