Skip to content

Commit

Permalink
added command for running all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Mar 3, 2009
1 parent a6f1e14 commit 343a71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby_focused_unit_test.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
command RunRubyFocusedUnitTest :call <SID>RunRubyFocusedUnitTest()
command RunAllRubyTests :call <SID>RunAllRubyTests()

function! s:RunRubyFocusedUnitTest()
ruby RubyTestRunner.new.run_test
Expand Down

0 comments on commit 343a71b

Please sign in to comment.