23 Jun
2010
23 Jun
'10
8:05 p.m.
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.