lib/calabash/ios/device/rotation_mixin.rb in calabash-2.0.0.pre2 vs lib/calabash/ios/device/rotation_mixin.rb in calabash-2.0.0.pre3

- old
+ new

@@ -2,9 +2,10 @@ module IOS # @!visibility private module RotationMixin + # @!visibility private def rotate(direction) # If we are in the console, we want to be able to rotate without # calling start_app. However, if the Device in the console has not # connected with the server, the runtime attributes will not be # available. It *might* make sense for the console to do this.