Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Ryan Davis
On Jun 23, 2010, at 13:31 , Laurent Sansonetti wrote: > Ryan, would you be willing to commit & maintain these bits in our SVN > repository if we give you access? but of course. seems only fair. ___ MacRuby-devel mailing list [email protected]

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Laurent Sansonetti
Looks like it would make sense to bundle this in MacRuby directly, since these are extensions. This way it's easily available to everyone. Ryan, would you be willing to commit & maintain these bits in our SVN repository if we give you access? Laurent On Jun 23, 2010, at 1:25 PM, Matt Aimonett

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Matt Aimonetti
I think we should just ship your gem with MacRuby, Laurent, what do you think? - Matt On Wed, Jun 23, 2010 at 1:19 PM, Ryan Davis wrote: > > On Jun 23, 2010, at 13:13 , Matt Aimonetti wrote: > > > I'd suggest to release a new gem. > > yeah... but the reason why I'm torn is that if it goes into m

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Ryan Davis
On Jun 23, 2010, at 13:13 , Matt Aimonetti wrote: > I'd suggest to release a new gem. yeah... but the reason why I'm torn is that if it goes into minitest directly, it goes into macruby directly... easy-peasy for everyone. ___ MacRuby-devel mailing l

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Matt Aimonetti
I'd suggest to release a new gem. - Matt On Wed, Jun 23, 2010 at 1:05 PM, Ryan Davis wrote: > > 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_it

Re: [MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Ryan Davis
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, ta

[MacRuby-devel] My MiniTest extensions for macruby

2010-06-23 Thread Ryan Davis
> 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 i