Skip to content

Commit 6501421

Browse files
committed
Renamed test
1 parent 22ab74f commit 6501421

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/RewriteTool-Tests/RTRulesHelpPresenterTest.class.st

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ RTRulesHelpPresenterTest >> testCreateTextMorph [
2626
self assert: (morph isMemberOf: RubScrolledTextMorph)
2727
]
2828

29+
{ #category : #tests }
30+
RTRulesHelpPresenterTest >> testGetMicrodownParsedText [
31+
32+
| aText |
33+
aText := rulesHelper class getMicrodownParsedText.
34+
self assert: (aText isMemberOf: Text)
35+
]
36+
2937
{ #category : #tests }
3038
RTRulesHelpPresenterTest >> testOpen [
3139

@@ -34,11 +42,3 @@ RTRulesHelpPresenterTest >> testOpen [
3442
self assert: window isBuilt.
3543
window close
3644
]
37-
38-
{ #category : #tests }
39-
RTRulesHelpPresenterTest >> testgetMicrodownParsedText [
40-
41-
| aText |
42-
aText := rulesHelper class getMicrodownParsedText.
43-
self assert: (aText isMemberOf: Text)
44-
]

0 commit comments

Comments
 (0)