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.
2 parents 9614dd6 + 3a2eb9e commit 87b1efcCopy full SHA for 87b1efc
tests/specs/web/routing/RouterTest.cfc
@@ -156,7 +156,7 @@ component extends="coldbox.system.testing.BaseModelTest"{
156
} );
157
});
158
159
- given( "different HTTP verbs for the same route", function(){
+ xgiven( "different HTTP verbs for the same route", function(){
160
then( "both verbs should be registered", function(){
161
router.post( "photos/", "photos.create" );
162
router.get( "photos/", "photos.index" );
0 commit comments