Silence my shell method missing

pull/2/head
Bodaniel Jeanes 2011-10-23 22:48:33 -05:00
parent 34d7da7b9d
commit f133dfda65
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ when /^[a-z0-9_\-\/]+\.feature$/
when /(.+)\.gem$/
run("gem install #{$1}")
else
$stderr.puts "No default action defined in #{__FILE__}"
# $stderr.puts "No default action defined in #{__FILE__}"
abort
end