From 6bbf5a29ab4357a458a767279d002f47f0b28564 Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Wed, 25 Jan 2017 14:22:10 -0300 Subject: [PATCH] Update .smalltak.ston as suggested --- .smalltalk.ston | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index 36572bd..4a04cd6 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -9,11 +9,10 @@ SmalltalkCISpec { ], #testing : { #coverage : { - #categories : [ 'Pharo-Kernel-Extensions*' ] + #packages : [ 'Pharo-Kernel-Extensions*' ] }, - #include : { - #classes : [ #ObjectTest ], - #categories : [ 'Pharo-Kernel-Extensions-Tests*' ] + #include : { + #packages : [ 'Pharo-Kernel-Extensions-Tests*' ] } } }