Sha256: 8ed0e20a6af06d0555be140abe0716a504f1459a8999e37cd9683be00c6b9189

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

module Calabash
  module Android
    # A representation of the Calabash Android test server.
    class Server < ::Calabash::Server
      # The default Android test server.
      def self.default
        Server.new(URI.parse('http://127.0.0.1:33765'))
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
calabash-2.0.0.pre6 lib/calabash/android/server.rb
calabash-2.0.0.pre5 lib/calabash/android/server.rb
calabash-2.0.0.pre4 lib/calabash/android/server.rb
calabash-2.0.0.pre3 lib/calabash/android/server.rb