task :default => :test file_path = "./bin/rps" task :test do ruby file_path end