Rails mytest error

#rails mytest
can’t convert Enumerable::Enumerator into Array

Looks like you’re using ruby 1.9. Rails isn’t ready for 1.9 yet, so
you should go back to ruby 1.8.x

Fred