robb / Asterism

Asterism is yet another functional toolbelt for Objective-C. It tries to be typesafe and simple.
http://robb.github.io/Asterism/
MIT License
226 stars 12 forks source link

Updated to build frameworks (including iOS) and to use XCTest #51

Closed grgcombs closed 8 years ago

grgcombs commented 8 years ago

Likely the most controversial aspect of the pull-req is the conversion of the specs to XCTest, and it may be a deal-breaker for @robb.

robb commented 8 years ago

Thanks!

I'm generally :+1: on making this a framework, but I generally prefer a BDD framework. Would you mind bringing in Quick/Nimble via Carthage and converting the old specs to their syntax? It should be pretty straightforward.

grgcombs commented 8 years ago

Got it, I think you're right -- looking initially at Quick it's almost the same syntax as the previous specs. Having difficulty with getting Quick and Nimble properly linked in and executing. Will keep playing with it and update the pull-req when it's done.