texel (owner)

Revisions

gist: 216182 Download_button fork
public
Public Clone URL: git://gist.github.com/216182.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
function aspec {
args=""
for var in "$@"
do
args="$args spec/*/$var\_spec.rb app/*/$var.rb app/processors/$var.rb app/models/*/$var.rb spec/*/controls/$var\_spec.rb spec/models/*/$var\_spec.rb app/*/controls/$var.rb lib/$var.rb"
done
echo "Running autospec $args"
autospec $args
}