railsware / Sleipnir

BDD-style framework for Swift
http://railsware.com/blog/2014/07/04/bdd-style-testing-in-swift-with-sleipnir
MIT License
844 stars 48 forks source link

Fix Compile errors reported in #16 #18

Closed michaelgwelch closed 9 years ago

michaelgwelch commented 9 years ago

Public extensions of generic classes are apparently not supported in the version of Swift in XCode 6.1. So for now I've made them internal so others can at least compile.

I can't run the tests because of #17. I'll submit another pull request with a new test runner.

atermenji commented 9 years ago

Thanks! Apparently, we need another way of supporting should syntax for arrays and optionals. Or wait for Apple to fix this issues