Skip to content

Commit

Permalink
Remove ruby check since the plugin is only vimscript.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgr0ss committed Mar 23, 2012
1 parent a2fde7e commit 42abbca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ftplugin/ruby.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
if !has("ruby")
finish
end

command! RunAllRubyTests :call RunVimuxRspec(bufname("%"))
command! RunRubyFocusedTest :call RunVimuxRspec(bufname("%") . " -l " . line("."))

Expand Down

0 comments on commit 42abbca

Please sign in to comment.