Topic: Unit Tests Stopped Running - Confused
I've been running rake on my project consistently for months, and it always runs unit tests then functional tests. Now all the sudden it only runs functional tests. I know that I can run the unit tests explicitly, but I liked it when they both ran with just 'rake'. I've been trying to think of what I've changed, and I can't think of anything.
Has anyone run into this?