Skip to content

Commit

Permalink
Renamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Sep 6, 2021
1 parent 22ab74f commit 6501421
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/RewriteTool-Tests/RTRulesHelpPresenterTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ RTRulesHelpPresenterTest >> testCreateTextMorph [
self assert: (morph isMemberOf: RubScrolledTextMorph)
]

{ #category : #tests }
RTRulesHelpPresenterTest >> testGetMicrodownParsedText [

| aText |
aText := rulesHelper class getMicrodownParsedText.
self assert: (aText isMemberOf: Text)
]

{ #category : #tests }
RTRulesHelpPresenterTest >> testOpen [

Expand All @@ -34,11 +42,3 @@ RTRulesHelpPresenterTest >> testOpen [
self assert: window isBuilt.
window close
]

{ #category : #tests }
RTRulesHelpPresenterTest >> testgetMicrodownParsedText [

| aText |
aText := rulesHelper class getMicrodownParsedText.
self assert: (aText isMemberOf: Text)
]

0 comments on commit 6501421

Please sign in to comment.