lib/calabash/server.rb in calabash-1.9.9.pre2 vs lib/calabash/server.rb in calabash-1.9.9.pre3

- old
+ new

@@ -1,7 +1,8 @@ module Calabash # A representation of the Calabash test server. + # @!visibility private class Server attr_reader :endpoint attr_reader :test_server_port # @param [URI] endpoint The endpoint to reach the test server.