I'm trying to pass structs into a shared example context, but I get:
'[String: MyStruct]' is not convertible to 'NSDictionary'
It would be great if there were an overload of itBehavesLike() that took a different type of context, backed by a Swift.Dictionary instead of NSDictionary (even though it would be Swift-only.
I'm trying to pass structs into a shared example context, but I get:
It would be great if there were an overload of
itBehavesLike()that took a different type of context, backed by aSwift.Dictionaryinstead ofNSDictionary(even though it would be Swift-only.