Sha256: 317b3655adbae26cbaa0eafd0c509268e9e339b88ee132c87db171439937a01e

Contents?: true

Size: 310 Bytes

Versions: 6

Compression:

Stored size: 310 Bytes

Contents

require 'integration_helper'

module GameMachine

  describe MonoTest do

    it "runs ok" do
      100000.times do
      MonoTest.find.tell(Helpers::GameMessage.new('test').to_byte_array)
      #MonoTest.find_remote('seed01').tell(Helpers::GameMessage.new('test').to_byte_array)
      end
    end
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

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