Rakefile in rpsg-0.0.7 vs Rakefile in rpsg-0.0.8

- old
+ new

@@ -1,7 +1,7 @@ task :default => :test -file_path = "./bin/rps" +file_path = "./test/rps.rb" task :test do ruby file_path end