spec/functional/func_screen_spec.rb in ProMotion-2.0.0.rc4 vs spec/functional/func_screen_spec.rb in ProMotion-2.0.0.rc5
- old
+ new
@@ -1,6 +1,6 @@
-describe "ProMotion::Screen functional" do
+describe "ProMotion::Screen functionality" do
tests PM::Screen
# Override controller to properly instantiate
def controller
rotate_device to: :portrait, button: :bottom
@@ -42,10 +42,10 @@
wait 0.5 do
view("Functional").should.be.kind_of UINavigationItemView
end
end
-
+
end
it "should push another screen with animation by default" do
basic = @controller.open BasicScreen
wait 0.5 do