Googling around, I found that apparently adding to the gem file will fix my problems, but where do i find the gem file? what is the name of the gem file?
"group :test do # Pretty printed test output gem 'minitest' ####### add this line ####### end"
Here is what happens when i run rake test, please note that i have already installed minitest (2.7.0)