Sha256: f6541bb1a85fd979d888ba8e516bd0ee856717c98e982643fbe792c2c269e827

Contents?: true

Size: 238 Bytes

Versions: 5

Compression:

Stored size: 238 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
calabash-2.0.0.pre2 lib/calabash/android/server.rb
calabash-2.0.0.pre1 lib/calabash/android/server.rb
calabash-1.9.9.pre3 lib/calabash/android/server.rb
calabash-1.9.9.pre2 lib/calabash/android/server.rb
calabash-1.9.9.pre1 lib/calabash/android/server.rb