// get a list of all CFCs in this folder whose name looks like "XXXTest.cfc" // And turn it into compnent path relative to the web root url.bundles = directoryList( path=expandPath( '/' ), filter='*Test.cfc' ) .map( function( path ) { return path .replaceNoCase( expandPath( '/' ), '' ) .left( -4 ) } ) .toList(); Oops, you don't have TestBox installed yet! Please run box install from the root of your excercise folder and refresh this page.