drnic / rbiphonetest

Want to write iPhone apps with unit tests? Want to write them in Ruby?

rbiphonetest / bin / iphoneruby
100644 10 lines (6 sloc) 0.148 kb
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env ruby
 
puts <<-EOS
DEPRECATION: this project has been renamed to 'rbiphonetest'
 
Please use the new executable:
 
rbiphonetest .
 
EOS