Skip to content

Commit

Permalink
Fix baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed May 16, 2018
1 parent bb94060 commit 3a7106a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions BaselineOfHiedra/BaselineOfHiedra.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ BaselineOfHiedra >> baseline: spec [
<baseline>
spec
for: #pharo
do: [
spec
package: 'Hiedra';
package: 'Hiedra-Tests' with: [ spec requires: #(Hiedra) ].

spec
group: 'core' with: #(Hiedra);
group: 'core+tests' with: #(Hiedra-Tests);
group: 'default' with: #('core+tests').
]
do: [ spec
package: 'Hiedra';
package: 'Hiedra-Tests' with: [ spec requires: #(Hiedra) ].
spec
group: 'core' with: #(Hiedra);
group: 'core+tests' with: #('Hiedra-Tests');
group: 'default' with: #('core+tests') ]
]

0 comments on commit 3a7106a

Please sign in to comment.