Ticket #362 (closed enhancement: fixed)
Add Unit Testing and Embed MacRuby to Project Template
| Reported by: | dylan@… | Owned by: | eloy.de.enige@… |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


