Skip to content

Commit

Permalink
Add BaselineOfBlocBrickTutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Dec 9, 2021
1 parent 87f9718 commit b21fa23
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Class {
#name : #BaselineOfBlocBrickTutorials,
#superclass : #BaselineOf,
#category : #BaselineOfBlocBrickTutorials
}

{ #category : #baselines }
BaselineOfBlocBrickTutorials >> baseline: spec [
<baseline>

spec for: #common do: [
spec
baseline: 'Memory'
with: [ spec repository: 'github://pharo-graphics/Tutorials/src' ].
spec
baseline: 'BrickExamplesReordering'
with: [ spec repository: 'github://pharo-graphics/Tutorials/src' ] ]

]
1 change: 1 addition & 0 deletions src/BaselineOfBlocBrickTutorials/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : #BaselineOfBlocBrickTutorials }

0 comments on commit b21fa23

Please sign in to comment.