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 061d329 commit 884d828Copy full SHA for 884d828
1 file changed
tests/specs/web/routing/RouterAITest.cfc
@@ -21,6 +21,11 @@ component extends="coldbox.system.testing.BaseModelTest" skip="notBoxlang" {
21
/*********************************** BDD SUITES ***********************************/
22
23
function run( testResults, testBox ){
24
+
25
+ if( notBoxlang() ){
26
+ return;
27
+ }
28
29
describe( "AI Routing — toAi()", function(){
30
beforeEach( function(){
31
variables.router = createMock( "coldbox.system.web.routing.Router" )
0 commit comments