[MacRuby-devel] [ANN] minitest-macruby 1.0.0 Released

Ryan Davis ryand-ruby at zenspider.com
Thu Jul 15 18:09:36 PDT 2010


minitest-macruby version 1.0.0 has been released!

* <http://rubyforge.org/projects/bfts>

minitest-macruby provides extensions to minitest for macruby UI
testing. It provides a framework to test GUI apps in a live instance.
Documentation and examples are light at the moment as I've just thrown
this together. Suggestions for extensions are very welcome!

Currently it provides the following methods in minitest's assertions:

* self.run_macruby_tests
* find_ui_menu(*path)
* find_ui_menu_items menu
* assert_ui_menu menu, *items
* find_ui_menu_item(*path)
* assert_ui_action obj, target, action, key = nil
* assert_ui_binding item, binding_name, target, path

Changes:

### 1.0.0 / 2010-07-15

* 1 major enhancement

 * Birthday!



More information about the MacRuby-devel mailing list