successfully ported everything to a flesh shabti template. shortnames work now,...
[zzz-floof.git] / floof / tests / functional / test_appserver.py
diff --git a/floof/tests/functional/test_appserver.py b/floof/tests/functional/test_appserver.py
new file mode 100644 (file)
index 0000000..03ce23a
--- /dev/null
@@ -0,0 +1,7 @@
+from floof.tests import *
+
+class TestAppServer(TestController):
+    def test_index(self):
+        response = self.app.get('/')
+        # Test response...
+        assert '<span style="color:lime">Elixir DSL</span>' in response