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

Support multiple items in beginWith/endWith matchers #9

Closed atermenji closed 9 years ago

atermenji commented 9 years ago

Currently beginWith and endWith matchers check for a single element. They should support multiple elements check:

expect([1,2,3]).to(beginWith(1,2))
atermenji commented 9 years ago

Decided that this is not needed