Skip to content

Commit

Permalink
nope. its all about waiting at the right moment
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Jun 19, 2010
1 parent 19a704a commit 25fedd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -42,8 +42,8 @@ end

def start_server_and_invoke_test(task_name)
IO.popen("ruby ./spec/units/client/fake_server.rb") do |pipe|
Rake::Task[task_name].invoke
wait_server(4567)
Rake::Task[task_name].invoke
Process.kill 'INT', pipe.pid
end
end
Expand Down

0 comments on commit 25fedd9

Please sign in to comment.