From 831fa8201d2b3fa80f48ef9ada1246a006fd8c57 Mon Sep 17 00:00:00 2001 From: Mark Rickert Date: Sat, 13 Sep 2014 17:54:30 -0500 Subject: [PATCH] tabby-tab. --- spec/functional/func_table_screen_updating_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/functional/func_table_screen_updating_spec.rb b/spec/functional/func_table_screen_updating_spec.rb index 647e7c6..ae650b8 100644 --- a/spec/functional/func_table_screen_updating_spec.rb +++ b/spec/functional/func_table_screen_updating_spec.rb @@ -29,7 +29,7 @@ describe "ProMotion::TableScreen updating functionality" do # Array of NSIndexPaths Proc.new { - table_screen.update_table_data([NSIndexPath.indexPathForRow(0, inSection:0), NSIndexPath.indexPathForRow(1, inSection:0)]) + table_screen.update_table_data([NSIndexPath.indexPathForRow(0, inSection:0), NSIndexPath.indexPathForRow(1, inSection:0)]) }.should.not.raise(StandardError) # # Hash with single NSIndexPath