robertwahler / win32-autogui

A Ruby Win32 GUI testing framework packaged as a RubyGem
http://www.gearheadforhire.com/articles/ruby/win32-autogui/using-ruby-to-drive-windows-applications
MIT License
52 stars 6 forks source link

timeout not required [bug] #1

Closed freeman closed 13 years ago

freeman commented 13 years ago

In autogui/application.rb there should be a require 'timeout' or we have this error

NoMethodError: undefined method `timeout' for #<MyApp:0x2e106d0>
    from C:/HOMEWARE/Ruby/Ruby187/lib/ruby/gems/1.8/gems/win32-autogui-0.2.0/lib/win32/autogui/application.rb:170:in `main_window'
robertwahler commented 13 years ago

Thanks, I've pushed a new gem 0.2.1 to address this issue. I'm not sure why the specs passed in my environment.