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