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