Skip to content

Commit

Permalink
rework explicit identity normalizer feenkcom/gtoolkit#4140
Browse files Browse the repository at this point in the history
  • Loading branch information
girba committed Nov 5, 2024
1 parent 1c14114 commit c01c9f5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Brick-Glamorous/BrNormalizerExamples.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,6 @@ BrNormalizerExamples >> identity [
^ normalizer
]

{ #category : #identity }
BrNormalizerExamples >> identityStartingWithBlue [
<gtExample>
| n |
n := BrIdentityNormalizer startingWithBlue.
self assert: n nextResult = Color blue
]

{ #category : #identity }
BrNormalizerExamples >> identityStartingWithRed [
<gtExample>
| n |
n := BrIdentityNormalizer startingWithRed.
self assert: n nextResult = Color red
]

{ #category : #identity }
BrNormalizerExamples >> identityWithCommand [
<gtExample>
Expand Down

0 comments on commit c01c9f5

Please sign in to comment.