context(@"when the value of the text field changes", ^{ it(@"should update the model object", ^{ // change value // model should be updated }); }); });
context(@"when the value of the text field changes", ^{ it(@"should update the model object", ^{ // change value // model should be updated }); }); }); MVC, anyone?