Commit 716bc9a

mo k <mo@mokhan.ca>
2012-11-02 01:57:34
remove comment from rakefile.
1 parent 3d219d0
Changed files (1)
Rakefile
@@ -6,6 +6,5 @@ task :spec do
 end
 
 task :run do
-  #sh "ruby -I bin:lib bin/app.rb"
   sh "bin/app.rb"
 end