spec/spec_helper.rb in win_gui-0.1.0 vs spec/spec_helper.rb in win_gui-0.1.1

- old
+ new

@@ -48,9 +48,13 @@ def any_handle find_window(nil, nil) end + def not_a_handle + 123 + end + def any_block lambda {|*args| args} end def hide_method(name) # hide original method if it is defined