Skip to content

Commit

Permalink
Update Ghost and StateSpecs
Browse files Browse the repository at this point in the history
  • Loading branch information
dionisiydk authored Mar 17, 2020
1 parent aacb700 commit ea0e14b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BaselineOfMocketry/BaselineOfMocketry.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ BaselineOfMocketry >> baseline: spec [

spec for: #common do: [
spec
baseline: 'StateSpecs' with: [spec repository: 'github://dionisiydk/StateSpecs:v4.0.0'];
baseline: 'StateSpecs' with: [spec repository: 'github://dionisiydk/StateSpecs:v4.0.2'];
project: 'StateSpecsCore' copyFrom: 'StateSpecs' with: [
spec loads: #('Core' 'GhostSupport')];
project: 'StateSpecsTests' copyFrom: 'StateSpecs' with: [
spec loads: #('Tests' 'GhostSupportTests' )];

baseline: 'Ghost' with: [
spec repository: 'github://pharo-ide/Ghost:v5.0.0'];
spec repository: 'github://pharo-ide/Ghost:v5.0.2'];
project: 'GhostCore' copyFrom: 'Ghost' with: [
spec loads: #('ObjectGhost' 'GTSupport' 'ObjectMutation')];
project: 'GhostTests' copyFrom: 'Ghost' with: [
Expand Down

0 comments on commit ea0e14b

Please sign in to comment.