phatmann
phatmann
@foxinni thanks this trick worked perfectly.
Which singleton problems are not solved? Do you want to submit a pull request with this fix? Seems very important as well as safe.
I am using KIF and OCMock on my current project so I am willing to jump in on this one. @squarefrog are you also interested in helping out and writing...
@squarefrog, thanks for the great list! Note that I have direct experience with OCMock, KIF, and XCTest, but none with Kiwi or Specta. Before we make a decision on the...
We would be using XCUnit as our framework. FBSnapshotTestCase extends that framework to provide screenshotting and image comparison. So we would use XCUnit for the NSS Parser unit tests, and...
To keep things simple, let's focus on iOS 7 and get the tests up and running using XCTest. We can worry about iOS 6 later.
This is great to hear! I look forward to finally seeing a test suite emerge.
Hey, these tests look very cool and I am excited to run them. However, I could not get them running on your test branch. The first problem was that some...
I got the tests working in iOS 7. Fantastic work! Let's merge them into master ASAP. I recommend that we check in all the Pod files. We don't want users...
Can we just add "," to the character set used by `componentsSeparatedByCharactersInSet`?