mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
3 lines
71 B
Bash
3 lines
71 B
Bash
function rspec_with () {
|
|
grep -l $1 spec/*/*_spec.rb | xargs rspec
|
|
}
|