test.when('url matches the rendering page', function () {

          test.it('should return the passed value', function () {
            var result = instance.run('/blog', 'string');
            expect(result).to.equal('string');