spec/fixtures/custom_view.rb in ib-0.2.7 vs spec/fixtures/custom_view.rb in ib-0.2.9

- old
+ new

@@ -14,10 +14,11 @@ ib_outlet_collection :untyped_label_collection outlet_collection :yellowLabelCollection ib_action :someAction + ib_action :segueAction, UIStoryboardSegue def anotherAction button end def actionWithComment sender # test @@ -28,8 +29,11 @@ def notAction with, toArgs end def actionWithoutArgs + end + + def actionWithDefaultedArgs(sender = nil) #comment end end