diff --git a/.smalltalk.ston b/.smalltalk.ston index 9370a2e..e218c06 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -1,11 +1 @@ -SmalltalkCISpec { - #loading : [ - SCIMetacelloLoadSpec { - #baseline : 'ResourcesLive', - #directory : 'repository', - #onConflict : #useIncoming - } - ], - #testing : { - #failOnZeroTests : false } -} \ No newline at end of file +SmalltalkCISpec { #loading : [ SCIMetacelloLoadSpec { #baseline : 'ResourcesLive', #directory : 'src', #onConflict : #useIncoming } ], #testing : { #failOnZeroTests : false } } \ No newline at end of file