ohmyzsh/plugins/rspec/rspec.plugin.zsh
2013-11-26 16:49:05 -02:00

3 lines
71 B
Bash

function rspec_with () {
grep -l $1 spec/*/*_spec.rb | xargs rspec
}