Skip to content

Commit

Permalink
Merge pull request #26 from jecisc/23-Do-not-depend-on-whole-Mocketry
Browse files Browse the repository at this point in the history
23-Do-not-depend-on-whole-Mocketry
  • Loading branch information
jecisc committed Sep 18, 2019
2 parents 7f2ab1c + 8cba69b commit a50d354
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/BaselineOfTinyLogger/BaselineOfTinyLogger.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ BaselineOfTinyLogger >> baseline: spec [

{ #category : #dependencies }
BaselineOfTinyLogger >> mocketry: spec [
spec baseline: 'Mocketry' with: [ spec repository: 'github://dionisiydk/Mocketry:v4.0.x' ]
spec
baseline: 'Mocketry'
with: [ spec
loads: #('Core');
repository: 'github://dionisiydk/Mocketry:v4.0.x' ]
]

0 comments on commit a50d354

Please sign in to comment.