Skip to content

Commit 8990a02

Browse files
committed
Added #assertCollection:equals:
1 parent 8d97985 commit 8990a02

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
asserting
2+
assertCollection: aCollection
3+
equals: bCollection
4+
5+
self
6+
assert: aCollection
7+
equals: bCollection

0 commit comments

Comments
 (0)