We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c832d1 commit a7e311cCopy full SHA for a7e311c
BaselineOfGhost.package/BaselineOfGhost.class/instance/baseline..st
@@ -16,7 +16,7 @@ baseline: spec
16
package: 'Ghost-ObjectCallHalt-Tests' with: [ spec requires: #('Ghost-ObjectCallHalt')].
17
18
spec baseline: 'StateSpecs' with: [
19
- spec repository: 'github://dionisiydk/StateSpecs:v2.4.10'].
+ spec repository: 'github://dionisiydk/StateSpecs:v2.4.11'].
20
21
spec package: 'Ghost-StateSpecsSupport' with: [ spec requires: #('Ghost-ObjectGhost' 'StateSpecs') ].
22
spec package: 'Ghost-StateSpecsSupport-Tests' with: [ spec requires: #('Ghost-StateSpecsSupport' 'Ghost-ObjectGhost-Tests')].
0 commit comments