spec/spec_helper.rb in rautomation-0.7.3 vs spec/spec_helper.rb in rautomation-0.8.0

- old
+ new

@@ -26,11 +26,11 @@ DATA = { # This adapter needs Windows OS with Internet Explorer installed into 'c:\program files\internet explorer'. :autoit => { # Path to some binary, which opens up a window, what can be # minimized, maximized, activated, closed and etc. - :window1 => "ext\\WindowsForms\\bin\\WindowsForms.exe", + :window1 => "ext\\WindowsForms\\Release\\WindowsForms.exe", :window2 => "calc", :window2_title => /calc/i, # Window 1 title, has to be a Regexp. :window1_title => /FormWindow/i, :window1_full_title => 'MainFormWindow', @@ -51,11 +51,11 @@ :title_proc => lambda {|win| win.WinGetTitle("[TITLE:MainFormWindow]")} }, :win_32 => { # Path to some binary, which opens up a window, what can be # minimized, maximized, activated, closed and etc. - :window1 => "ext\\WindowsForms\\bin\\WindowsForms.exe", + :window1 => "ext\\WindowsForms\\Release\\WindowsForms.exe", :window2 => "calc", :window2_title => /calc/i, # Window 1 title, has to be a Regexp. :window1_title => /FormWindow/i, :window1_full_title => 'MainFormWindow', @@ -77,10 +77,10 @@ }, #Just copying :win_ffi data for now :ms_uia => { # Path to some binary, which opens up a window, what can be # minimized, maximized, activated, closed and etc. - :window1 => "ext\\WindowsForms\\bin\\WindowsForms.exe", + :window1 => "ext\\WindowsForms\\Release\\WindowsForms.exe", :window2 => "calc", :window2_title => /calc/i, # Window 1 title, has to be a Regexp. :window1_title => /FormWindow/i, :window1_full_title => 'MainFormWindow',