kiwi-bdd / Kiwi

Simple BDD for iOS
BSD 3-Clause "New" or "Revised" License
4.14k stars 512 forks source link

Rename `-[KWNotificationMatcher bePostedWithObject:andUserInfo:]` to `-bePostedWithObject:userInfo:` to match Cocoa style #640

Closed sharplet closed 8 years ago

sharplet commented 9 years ago

We should deprecate the existing version instead of making a breaking change.

ecaselles commented 8 years ago

@sharplet I have gone ahead and implemented this change, please review #663.