Rakefile in PlayRockPaperScissorsGame-2.1.9 vs Rakefile in PlayRockPaperScissorsGame-2.2.0
- old
+ new
@@ -1,7 +1,7 @@
require 'rdoc/task'
-task :default => [:PlayRockPaperScissorsGame, :rps]
+task :default => [:test, :PlayRockPaperScissorsGame, :rps]
file_path = "./test/test_rps.rb"
# rps = Regexp.new(/\A((PlayRockPaperScissorsGame)(\-)(\d\.\d\.\d)(\.gem))\z/)