Skip to content

Commit 87b1efc

Browse files
committed
Merge branch 'development'
2 parents 9614dd6 + 3a2eb9e commit 87b1efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/web/routing/RouterTest.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ component extends="coldbox.system.testing.BaseModelTest"{
156156
} );
157157
});
158158

159-
given( "different HTTP verbs for the same route", function(){
159+
xgiven( "different HTTP verbs for the same route", function(){
160160
then( "both verbs should be registered", function(){
161161
router.post( "photos/", "photos.create" );
162162
router.get( "photos/", "photos.index" );

0 commit comments

Comments
 (0)