new plugin: RSpec

This commit is contained in:
tinogomes 2013-11-26 16:13:55 -02:00
commit c4cf753352

View file

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