イメージ
  spawn("echo") do |process|
    process.write("hello\n")
    assert_equal("hello\n", process.gets)
  end