[MacRuby-devel] My MiniTest extensions for macruby

Ryan Davis ryand-ruby at zenspider.com
Wed Jun 23 13:05:10 PDT 2010


On Jun 23, 2010, at 12:21 , Ryan Davis wrote:

>> class MiniTest::Unit
>>  def self.run_macruby_tests
>> 
>> module MiniTest::Assertions
>>  def find_ui_menu(*path)
>>  def find_ui_menu_items menu
>>  def assert_ui_menu menu, *items
>>  def find_ui_menu_item(*path)
>>  def assert_ui_action obj, target, action, key = nil
>>  def assert_ui_binding item, binding_name, target, path

I'm torn between releasing this as part of minitest or releasing it under a new gem called minitest-macruby (or something).

I'd also love to see more ideas for assertions and helper methods and the like... the more the merrier.



More information about the MacRuby-devel mailing list