Skip to content

Commit

Permalink
Run tests using zeus with zl and zs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Pritzker authored and Yan Pritzker committed Oct 27, 2015
1 parent 3af47b3 commit e016b18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
2015-10-27
==================
* Support for running zeus commands for rspec (`zl` and `zr`)
* Ctrl-x and Ctrl-z to navigate the quickfix list


2014-06-01 2014-06-01
================== ==================
Expand Down
2 changes: 2 additions & 0 deletions vim/settings/iterm-rspec.vim
Expand Up @@ -2,3 +2,5 @@ nnoremap ,rs :RunItermSpec<cr>
nnoremap ,rl :RunItermSpecLine<cr> nnoremap ,rl :RunItermSpecLine<cr>
nnoremap ,ss :RunItermSpringSpec<cr> nnoremap ,ss :RunItermSpringSpec<cr>
nnoremap ,sl :RunItermSpringSpecLine<cr> nnoremap ,sl :RunItermSpringSpecLine<cr>
nnoremap zl :RunItermZeusSpecLine<cr>
nnoremap zs :RunItermZeusSpecLine<cr>

0 comments on commit e016b18

Please sign in to comment.