spec/lib/ib/generator_spec.rb in ib-0.7.2 vs spec/lib/ib/generator_spec.rb in ib-0.8.0
- old
+ new
@@ -45,10 +45,11 @@
-(IBAction) segueAction:(UIStoryboardSegue*) sender;
-(IBAction) anotherAction:(id) button;
-(IBAction) actionWithComment:(id) sender;
-(IBAction) actionWithBrackets:(id) sender;
-(IBAction) actionWithoutArgs;
+-(IBAction) exitAction:(UIStoryBoard *) story_board;
-(IBAction) actionWithDefaultedArgs:(id) sender;
@end
@interface EmptyView: UIView
@@ -106,9 +107,10 @@
-(IBAction) segueAction:(UIStoryboardSegue*) sender;
-(IBAction) anotherAction:(id) button;
-(IBAction) actionWithComment:(id) sender;
-(IBAction) actionWithBrackets:(id) sender;
-(IBAction) actionWithoutArgs;
+-(IBAction) exitAction:(UIStoryBoard *) story_board;
-(IBAction) actionWithDefaultedArgs:(id) sender;
@end
@interface EmptyView: UIView