Rakefile in rpsg-0.0.9 vs Rakefile in rpsg-0.1.0

- old
+ new

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