Rakefile in PlayRockPaperScissorsGame-1.7.6 vs Rakefile in PlayRockPaperScissorsGame-1.7.7
- old
+ new
@@ -1,7 +1,7 @@
task :default => [:test, :PlayRockPaperScissorsGame, :rps]
-file_path = "~/Desktop/RockPaperScissors/test/test_rps.rb"
+file_path = "./test/test_rps.rb"
# rps = Regexp.new(/\A((PlayRockPaperScissorsGame)(\-)(\d\.\d\.\d)(\.gem))\z/)
task :test do
ruby file_path