We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f34c9 commit e287ca5Copy full SHA for e287ca5
tests/specs/LoaderTest.cfc
@@ -42,7 +42,7 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/root"{
42
it( "should get loaded URLs", function(){
43
var loader = getLoader();
44
expect( loader.getLoadedURls() ).toBeArray();
45
- expect( loader.getLoadedURLs() ).toHaveLength( 1 );
+ expect( loader.getLoadedURLs() ).toHaveLength( 2 );
46
});
47
48
it( "should retrieve via custom DSL", function(){
0 commit comments