Skip to content

Commit ef9af6d

Browse files
authored
Merge pull request #578 from jecisc/organizer
Do not use `RPackage organizer`
2 parents 2e5eb2e + 3a1e6b8 commit ef9af6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Roassal3-Global-Tests/RSRoassal3Test.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Class {
88
RSRoassal3Test >> testInitializeInRoassal [
99

1010
| pkgs methods violating |
11-
pkgs := RPackage organizer packages select: [ :pkg | 'Roassal3*' match: pkg name ].
11+
pkgs := self class packageOrganizer packages select: [ :pkg | 'Roassal3*' match: pkg name ].
1212
methods := pkgs flatCollect: [ :pkg | pkg definedClasses flatCollect: [ :class | class methods ] ].
1313
violating := methods select: [ :method | method selector = #initialize and: [ method protocolName ~= #initialization ] ].
1414
self assert: violating isEmpty description: 'Roassal initialize methods should be categorized in initialization'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy