Skip to content

Commit

Permalink
Remove Pillar-Pear from rich text exporter group
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Aug 4, 2020
1 parent 5b01411 commit ea7977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfPillar/BaselineOfPillar.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ BaselineOfPillar >> baseline: spec [
group: 'ePub exporter tests' with: #(#'Pillar-Tests-ExporterEPub');

"from pillar model to richtext"
group: 'rich text exporter' with: #('Pillar-ExporterRichText' 'Pillar-Pear');
group: 'rich text exporter' with: #('Pillar-ExporterRichText');

group: 'html exporter' with: #('Pillar-ExporterHTML');
group: 'html exporter tests' with: #('Pillar-Tests-ExporterHTML');
Expand Down

0 comments on commit ea7977c

Please sign in to comment.