Remove config integration test target files

The test doesn't run right now. It wouldn't work anyway, since we have
no way of testing stuff from the main function at this time.

I've kept the fixtures since they're used in tests in main.rs
This commit is contained in:
Johann 2015-12-30 16:20:36 +01:00
parent d4c9c55cd7
commit 80262af94f
2 changed files with 0 additions and 33 deletions

View file

@ -1,15 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>My blog - My first Blogpost</title>
</head>
<body>
<h1 id='my_first_blogpost'>My first Blogpost</h1>
<p>Hey there this is my first blogpost and this is super awesome.</p>
<p>My Blog is lorem ipsum like, yes it is..</p>
</body>
</html>

View file

@ -1,18 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>test</title>
</head>
<body>
<h1>index</h1>
This is my Index page!
<a href="_posts/2014-08-24-my-first-blogpost.html">My first Blogpost</a>
</body>
</html>