Skip to content

Commit

Permalink
adding more tests to test xml output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Jun 16, 2021
1 parent ee18f4a commit 8eb5461
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/specs/BDDTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ component extends="testbox.system.BaseSpec" {
foo = 0;
} );

describe( "A nice /suite/with/slashes", function(){
it( "can have slashes/inthe/it", function(){
expect( true ).toBeTrue();
});
});

it( "can match strings with no case sensitivity", function(){
expect( "Luis" ).toMatch( "^luis" );
Expand Down

0 comments on commit 8eb5461

Please sign in to comment.