File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ # format : #tonel
3
+ }
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ BaselineOfCommander2 >> baseline: spec [
10
10
11
11
spec for: #common do: [
12
12
spec
13
+ package: ' Commander2-ToIntegrateInSpec' ];
13
14
package: ' Commander2' ;
14
- package: ' Commander2-Spec' with: [ spec requires: #('Commander2') ];
15
+ package: ' Commander2-Spec' with: [ spec requires: #('Commander2' 'Commander2-ToIntegrateInSpec' ) ];
15
16
package: ' Commander2-Example' ;
16
17
package: ' Commander2-Tests' ;
17
18
package: ' Commander2-ContactBook' with: [ spec requires: #('Commander2-Spec') ];
18
- package: ' Commander2-ContactBook-Extensions' with: [ spec requires: #('Commander2-ContactBook') ];
19
- package: ' Commander2-ToIntegrateInSpec' ]
19
+ package: ' Commander2-ContactBook-Extensions' with: [ spec requires: #('Commander2-ContactBook') ]
20
20
]
You can’t perform that action at this time.
0 commit comments