Test suite runs and passes!
[zzz-floof.git] / floof / tests / functional / test_appserver.py
index 03ce23a..d770839 100644 (file)
@@ -4,4 +4,4 @@ class TestAppServer(TestController):
     def test_index(self):
         response = self.app.get('/')
         # Test response...
-        assert '<span style="color:lime">Elixir DSL</span>' in response
+        assert 'Powered by floof' in response