On Mon, Apr 21, 2008 at 5:44 AM, Rob W <[EMAIL PROTECTED]> wrote: > I can't seem to figure out how to run the tests that are set up with > my rails app. I just wanted to run the generated ones to see how they > work.
Use the gear menu to pop up a rake console, then type "test" to tests or "spec" to run specs. Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
