test/test_rps.rb in PlayRockPaperScissorsGame-1.4.1 vs test/test_rps.rb in PlayRockPaperScissorsGame-1.4.2
- old
+ new
@@ -60,10 +60,9 @@
when :LOSE
puts "Computer wins!";
else
puts "It's a tie!";
end;
- puts "";
gets;
end;
private
module PrivateVars
class << self