Sha256: e053d57a514f7ab48291bb94583cfe9b7eb7c42e1c1d19ab71aba1a063982ff3

Contents?: true

Size: 282 Bytes

Versions: 6

Compression:

Stored size: 282 Bytes

Contents

require 'integration_helper'

module GameMachine

  describe "bot net" do 

    describe "chat client bot" do
      it "starts client" do
        200.times do |i|
          GameMachine::Bot::Client.start("bot#{i}",8200)
        end
        sleep 20000
      end
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
game_machine-1.0.4 integration_tests/bot_spec.rb
game_machine-1.0.2 integration_tests/bot_spec.rb
game_machine-0.0.11 integration_tests/bot_spec.rb
game_machine-0.0.10 integration_tests/bot_spec.rb
game_machine-0.0.9 integration_tests/bot_spec.rb
game_machine-0.0.8 integration_tests/bot_spec.rb