From f334c93c0364d14a2b55641b155ad58f715a4b39 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Thu, 19 Mar 2015 13:39:37 +0100 Subject: Rewriting from scratch. --- tests/apptest.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/apptest.go (limited to 'tests/apptest.go') diff --git a/tests/apptest.go b/tests/apptest.go deleted file mode 100644 index 7be1605..0000000 --- a/tests/apptest.go +++ /dev/null @@ -1,21 +0,0 @@ -package tests - -import "github.com/revel/revel" - -type AppTest struct { - revel.TestSuite -} - -func (t *AppTest) Before() { - println("Set up") -} - -func (t *AppTest) TestThatIndexPageWorks() { - t.Get("/") - t.AssertOk() - t.AssertContentType("text/html; charset=utf-8") -} - -func (t *AppTest) After() { - println("Tear down") -} -- cgit v1.2.3