run rspec in vim
Latest OS X update did some harm to my environment and some gems stopped working. hapricot and vim-rspec was affected and I decide to implement the three commands I really need from vim-rspec myself.
Run rspec for current line in current rspec-file Run rspec for the entire current rspec-file Run complete rspec-suite
Find the gist on: https://gist.github.com/iboard/11134399