Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
Masonry
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
game3108
9 years ago
Commit
0c362d0a6e54023169185d2446773a7412f7db59
1 parent
43c357a8
fix test for greaterThanOrEqualTo array
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Tests/Specs/NSLayoutConstraint+MASDebugAdditionsSpec.m
Tests/Specs/NSLayoutConstraint+MASDebugAdditionsSpec.m
View file @
0c362d0
...
...
@@ -53,7 +53,7 @@ SpecBegin(NSLayoutConstraint_MASDebugAdditions)
}];
NSString
*
description
=
[
NSString
stringWithFormat
:
@"<MASLayoutConstraint:left[0] %@:newView1.left
=
= %@:newView2.left>"
,
MAS_VIEW
.
class
,
MAS_VIEW
.
class
];
NSString
*
description
=
[
NSString
stringWithFormat
:
@"<MASLayoutConstraint:left[0] %@:newView1.left
>
= %@:newView2.left>"
,
MAS_VIEW
.
class
,
MAS_VIEW
.
class
];
expect
([
superview
.
constraints
[
0
]
description
]).
to
.
equal
(
description
);
}
...
...
Please
register
or
login
to post a comment