public
Description: Mac OS X Cocoa examples translated into RubyCocoa and MacRuby
Homepage:
Clone URL: git://github.com/marick/cocoa-examples-translated.git
marick (author)
Thu May 14 15:08:11 -0700 2009
commit  79af353fd205037b3b1746f019b31edbeb8cab86
tree    48686957ef5095710e11a86511626568791b39fc
parent  c2f8dfaeb7269d2d5b1fdd3181960484f9b07926
name age message
..
directory CoreData/ Loading commit data...
file README.txt
directory app-utilities/
directory gotchas/
file sandbox.rb
directory sandbox/
rubycocoa/README.txt
If you add a new project, you might be interested in
sandbox/bin/testify. It will convert an Xcode project into
one that:

1) has a Rakefile to build it.
2) has its loadpath adjusted so as not to load local gems
   and libraries (so that you won't accidentally produce a
   version that is missing dependencies).
3) has a test directory with the correct load-path hackery
   to let you test the app with Shoulda and Assert{2.0}.

Just go to the project's root directory and run testify.