Sha256: 102c0aa265f268e2f902dbf8bb5c5c5a4d410027c4cfebc997c5c872cc99bfc0

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

require 'test_helper'

describe 'Running a distributed app' do

  # it 'runs a simple app and exits' do
  #   app    = Vedeu::TestApplication.build
  #   client = Vedeu::Distributed::Client.new("druby://localhost:21420")
  #   server = Vedeu::Subprocess.execute!(app)
  #   client.input('q')
  #   client.output.must_equal('')
  #   client.stop
  # end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vedeu-0.3.4 test/integration/distributed_test.rb