task :default => [:test] task :test do exit system "bin/findr -g '*.rb' VERSION" end