test.when('url doesn\'t match rendering page', function () {

          test.it('should return an empty string', function () {
            var result = instance.run('/blog2', 'string');
            expect(result).to.equal('');