Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Aug 16, 2010
1 parent df309b9 commit 548a7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/win32_screenshot_spec.rb
Expand Up @@ -5,7 +5,7 @@

before :all do
@notepad = IO.popen("notepad").pid
@iexplore = IO.popen("\"c:/program files/Internet Explorer/iexplore\" about:blank").pid
@iexplore = Dir.chdir("c:/program files/Internet Explorer") do; p Dir.pwd; IO.popen("iexplore about:blank").pid; end
@calc = IO.popen("calc").pid
wait_for_programs_to_open
cleanup
Expand Down

0 comments on commit 548a7b9

Please sign in to comment.