Name | Type | Required | Default | Description |
---|---|---|---|---|
route | string | true | The route to visit, e.g. `/login` or `/posts/4`. Integrated will build the full URL. |
it( "can visit a route", function() {
this.visit( "/" )
.visit( "/about" );
} );