Jeff Kelley
Jeff Kelley
I was able to solve this by manually specifying the platform in my test spec: ```Ruby s.test_spec 'IRLSizeTests' do |ts| ts.platform = :ios, '10.0' ```
On Beta 6, I'm seeing the started/passed messages interleaved; you’ll see two start messages in a row, then two passing messages, etc.
Looking at the implementation of SocketRocket, I doubt that real watchOS support will ever come to the project in its current form. The `CFHTTPMessage` API is not available on watchOS....