Skip to content

Commit

Permalink
BaselineOf
Browse files Browse the repository at this point in the history
  • Loading branch information
mattonem committed Oct 2, 2024
1 parent b0b3cef commit a07545d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/BaselineOfDiamondSquare/BaselineOfDiamondSquare.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Class {
#name : 'BaselineOfDiamondSquare',
#superclass : 'BaselineOf',
#category : 'BaselineOfDiamondSquare',
#package : 'BaselineOfDiamondSquare'
}

{ #category : 'baselines' }
BaselineOfDiamondSquare >> baseline: spec [

<baseline>
spec for: #common do: [
spec
baseline: 'Camping'
with: [ spec repository: 'github://mattonem/WildCamping:master' ].

spec package: #DiamondSquare with: [ spec requires: #( Camping ) ] ]
]
1 change: 1 addition & 0 deletions src/BaselineOfDiamondSquare/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : 'BaselineOfDiamondSquare' }

0 comments on commit a07545d

Please sign in to comment.