Skip to content

Commit 1cd367a

Browse files
author
Hernán Morales Durand
committed
Add missing baseline reference to Roassal
1 parent f24cbfb commit 1cd367a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ BaselineOfPolyMath >> baseline: spec [
2727
vectorMatrix: spec;
2828
randomNumbers: spec;
2929
datasets: spec;
30+
roassal: spec;
3031
dataFrameInspector: spec.
3132

3233
self
@@ -217,6 +218,14 @@ BaselineOfPolyMath >> randomNumbers: spec [
217218
spec baseline: 'MathRandomNumbers' with: [ spec repository: 'github://PolyMathOrg/random-numbers:v1.x.x/src' ]
218219
]
219220

221+
{ #category : 'dependencies' }
222+
BaselineOfPolyMath >> roassal: spec [
223+
224+
spec
225+
baseline: 'Roassal'
226+
with: [ spec repository: 'github://pharo-graphics/Roassal' ].
227+
]
228+
220229
{ #category : 'dependencies' }
221230
BaselineOfPolyMath >> sMark: spec [
222231

0 commit comments

Comments
 (0)