Skip to content

Commit

Permalink
Pharo 7 doesn't have #assertEmpty:
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlm committed Mar 1, 2019
1 parent 0e9f1a5 commit 9463855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clap-Tests/ClapDocumentationTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ClapDocumentationTest >> testHelloShortUsage [

self assert: (doc endsWith: OSPlatform current lineEnding).
self assert: lines first equals: 'Provides greetings'.
self assertEmpty: lines second.
self assert: lines second isEmpty.
self assert: (lines third beginsWith: 'Usage: hello').
self assert: (lines third endsWith: '[<who>]').

Expand Down

0 comments on commit 9463855

Please sign in to comment.