I have a model which gets its data from a parser object. I\'m thinking that the parser class should live in the lib/ directory (although I could be persuaded that it should live
Use:
[spring] rake test:all
to run all tests, including the directories you created (like [root]/test/lib/).
[root]/test/lib/
Omit [spring] if tou aren't using it.
[spring]