diff --git a/templates/welcome.tintin.php b/templates/welcome.tintin.php
index e7f6012..d40bbb8 100644
--- a/templates/welcome.tintin.php
+++ b/templates/welcome.tintin.php
@@ -12,9 +12,6 @@
-
-
-
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index a46ba9b..fdd3c86 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -8,5 +8,5 @@
require __DIR__ . "/../vendor/autoload.php";
// boot kernel
-$kernel = App\Kernel::configure(realpath(__DIR__ . '/../config'));
+$kernel = App\Kernel::configure(realpath(dirname(__DIR__)));
$kernel->boot();