#362: Add Unit Testing and Embed MacRuby to Project Template ---------------------------------+------------------------------------------ Reporter: dylan@… | Owner: lsansonetti@… Type: enhancement | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------------+------------------------------------------ I'm attaching a new version of the default project template. To test you can copy it to one of the template directories such as : ~/Library/Application Support/Developer/Shared/Xcode/Project Templates/Application/ Differences: - Embed MacRuby target is included by default to easy deployment for first time users - Tests directory has been added for tests - test_stub.rb has been added with a starting test::unit case - Unit Tests target has been added to run the tests - test_suite.rb has been added to load up all tests from the Tests directory. This can easily be made recursive using Dir.glob. -- Ticket URL: <http://www.macruby.org/trac/ticket/362> MacRuby <http://macruby.org/>