Running unit tests right click context item not visible with IntelliJ 12

intellij-idea, java, junit

Solution

For some reason my project settings seemed to have not been picked up correctly with IntelliJ 12, I had to reset the /test folder as a test source and it works fine now.

Problem

I downloaded the latest intellij 12 release, and now I don't see that right click context menu item to run my unit test for the current file. Where is that option now?

Original source