Authored by Robert Payne
Committed by GitHub

Merge pull request #359 from gobetti/fixed-item-length-test

Uses the correspondent method in the fixedItemLength test
... ... @@ -84,7 +84,7 @@ SpecBegin(NSArray_MASAdditions)
[superView addSubview:subject2];
NSArray *views = @[ subject1];
expect(^{
[views mas_distributeViewsAlongAxis:MASAxisTypeHorizontal withFixedSpacing:10.0 leadSpacing:5.0 tailSpacing:5.0];
[views mas_distributeViewsAlongAxis:MASAxisTypeHorizontal withFixedItemLength:10.0 leadSpacing:5.0 tailSpacing:5.0];
}).to.raiseAny();
}
... ...