Skip to content

Commit 62c12ea

Browse files
committed
boxlang prime needs testbox be for now
1 parent 94b2092 commit 62c12ea

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"cbproxies":"^1"
4343
},
4444
"devDependencies":{
45-
"testbox":"*",
45+
"testbox":"be",
4646
"commandbox-boxlang":"*",
4747
"commandbox-cfformat":"*"
4848
},

tests/specs/cache/providers/CFProviderTest.cfc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
component extends="tests.resources.BaseIntegrationTest" skip="notAdobe" {
1+
component
2+
extends="tests.resources.BaseIntegrationTest"
3+
skip="notAdobe"
4+
displayName="ColdFusion Cache Provider Test"
5+
{
26

37
this.loadColdBox = false;
48

0 commit comments

Comments
 (0)