Brian Croom

Results 5 comments of Brian Croom

To Quick, a pending test isn't actually a test at all, just a placeholder for one. beforeEach and afterEach are called for each test, but there aren't any tests in...

I see, interesting. I imagine Quick should be constructing the full test name (including description/context strings) when printing the statements about the pending tests. That would clarify things, right?

I would have no objection to removing the static framework targets, and agree that removing these non-standard configurations would simplify maintenance going forward. Are any PCK users still relying on...

We should really see about updating this (ideally including targets for each platform!) and getting it merged. It is really easy to inadvertently break the podspec at this point.

Xcode 7 no longer supports compiling WatchKit storyboards within targets that deploy on iOS. The technique I used in #156 is to create a separate WatchKit app target, add the...